Skip to content

Commit

Permalink
Add new mdanalysis theme + RTD on PR (#109)
Browse files Browse the repository at this point in the history
* add new mdanalysis theme

* update config

* update requirements.txt

* update pyproject.toml with new theme requirement

* It's the eternal docs vs doc

* update to py3.9 for docs

* Add install to config

* remove unecessary footer
  • Loading branch information
IAlibay authored Nov 19, 2023
1 parent bf4df12 commit 37e6a3d
Show file tree
Hide file tree
Showing 11 changed files with 63 additions and 278 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
26 changes: 26 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in with Sphinx
sphinx:
configuration: docs/conf.py

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "mambaforge-4.10"

# install the repo
python:
install:
- method: setuptools
path: .

# Optionally set the version of Python and requirements required to build your docs
conda:
environment: environment.yaml
206 changes: 0 additions & 206 deletions docs/_static/custom.css

This file was deleted.

16 changes: 0 additions & 16 deletions docs/_static/logos/AUTHOR

This file was deleted.

Binary file removed docs/_static/logos/mdanalysis-logo-200x150.png
Binary file not shown.
Binary file removed docs/_static/logos/mdanalysis-logo.ico
Binary file not shown.
11 changes: 0 additions & 11 deletions docs/_templates/footer.html

This file was deleted.

Loading

0 comments on commit 37e6a3d

Please sign in to comment.