Skip to content

Commit

Permalink
Force using Sphinx>3
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Mar 6, 2021
1 parent 0e5de1c commit 5c5fd74
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Required
version: 2

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

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

# Optionally set the version of Python and requirements required to build your
# docs
python:
version: 3.8
install:
- requirements: requirements-dev.txt
- method: pip
path: .
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ matplotlib
setuptools_scm

# FOR DOCUMENTATION
sphinx
numpydoc
sphinx > 3
numpydoc >= 0.9
sphinx_numfig
pydata_sphinx_theme
sphinx_automodapi
Expand Down

0 comments on commit 5c5fd74

Please sign in to comment.