Skip to content

Commit

Permalink
attempt to fix ReadTheDocs build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed Nov 6, 2021
1 parent 1362801 commit 7935966
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ formats:
- pdf

# Optionally declare the Python requirements required to build your docs
#python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: docs/requirements.txt
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sphinx>=4.0
sphinx_rtd_theme==1.0.0
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def setup(app):

# If your documentation needs a minimal Sphinx version, state it here.
#
needs_sphinx = '4.2.0'
needs_sphinx = '4.0'

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Expand Down

0 comments on commit 7935966

Please sign in to comment.