Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(docs) migrate from readthedocs configuration file v1 to v2 #30

Merged
merged 3 commits into from Jun 18, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
25 changes: 19 additions & 6 deletions readthedocs.yml
@@ -1,7 +1,20 @@
# Required
version: 2

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

# Optionally build your docs in additional formats such as PDF and ePub
formats: all


python:
version: 3.5
setup_py_install: true
pip_install: true
extra_requirements:
- tests
- docs
version: 3.7
install:
- requirements: requirements.txt
- method: pip
path: .
extra_requirements:
- tests
- docs
5 changes: 2 additions & 3 deletions requirements_docs.txt
@@ -1,7 +1,6 @@
sphinx>=1.4.3
sphinxcontrib-napoleon
sphinx_gallery
sphinxcontrib-bibtex
sphinx_bootstrap_theme
numpydoc
nbsphinx
nbsphinx
matplotlib
1 change: 0 additions & 1 deletion requirements_tests.txt
Expand Up @@ -3,4 +3,3 @@ nose-progressive
nose-exclude
coverage
coveralls
matplotlib