Skip to content

Commit

Permalink
- make RTD work again
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Oct 3, 2023
1 parent b04705d commit 0d9521a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ build:
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
7 changes: 5 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# sphinx_rtd_theme requires docutils < 0.19
docutils < 0.19
# sphinxcontrib_zopeext is not compatible with Sphinx 7
Sphinx < 7
Sphinx > 6, < 7
# Silence dependabot claiming a security issue in older versions:
pygments >= 2.7.4
docutils
ZODB
sphinxcontrib_zopeext
j1m.sphinxautozconfig
sphinx_rtd_theme
# Force a recent version
sphinx_rtd_theme > 1

2 comments on commit 0d9521a

@icemac
Copy link
Member

@icemac icemac commented on 0d9521a Oct 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As you fixed RTD on master I am going to close #391 which should achieve the same goal.

@dataflake
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, makes sense

Please sign in to comment.