Skip to content

Commit

Permalink
docs: require sphinx-rtd-theme>=0.5.2 and the latest pip to prevent i…
Browse files Browse the repository at this point in the history
…nstalling breaking docutils>=0.17
  • Loading branch information
Gallaecio committed Apr 7, 2021
1 parent e63188c commit 5a75b14
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .readthedocs.yml
Expand Up @@ -12,6 +12,5 @@ python:
# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-image
version: 3.8 # Keep in sync with .github/workflows/checks.yml
install:
- requirements: docs/pip.txt
- requirements: docs/requirements.txt
- path: .
3 changes: 0 additions & 3 deletions docs/pip.txt

This file was deleted.

2 changes: 1 addition & 1 deletion docs/requirements.txt
@@ -1,4 +1,4 @@
Sphinx>=3.0
sphinx-hoverxref>=0.2b1
sphinx-notfound-page>=0.4
sphinx_rtd_theme>=0.4
sphinx-rtd-theme>=0.5.2

0 comments on commit 5a75b14

Please sign in to comment.