Skip to content

Commit

Permalink
added rtd stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Jun 12, 2020
1 parent feaf8a0 commit af673dd
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 2 deletions.
23 changes: 23 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# .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 the docs/ directory with Sphinx
sphinx:
configuration: package/doc/sphinx/source/conf.py

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml


# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: package/requirements.txt
- method: setuptools
path: package/
2 changes: 1 addition & 1 deletion package/MDAnalysis/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@

#: Release of MDAnalysis as a string, using `semantic versioning`_.
__version__ = "2.0.0-dev0" # NOTE: keep in sync with RELEASE in setup.py
release = False
release = False
2 changes: 1 addition & 1 deletion package/doc/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
}

html_context = {
'versions_json_url': 'https://lilyminium.github.io/mdanalysis/versions.json'
'versions_json_url': 'https://mdanalysis.org/mdanalysis/versions.json'
}

# Add any paths that contain custom themes here, relative to this directory.
Expand Down
24 changes: 24 additions & 0 deletions package/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
biopython
codecov
cython
griddataformats
gsd
hypothesis
joblib>=0.12
matplotlib
mmtf-python
mock
msmb_theme==1.2.0
netcdf4
networkx
numpy
parmed
psutil
pytest
scikit-learn
scipy
seaborn>=0.7.0,<=0.9
sphinx==1.8.5
sphinx_rtd_theme
sphinx_sitemap
tqdm

0 comments on commit af673dd

Please sign in to comment.