Skip to content

Commit

Permalink
Merge pull request #92 from SNEWS2/fix-readthedocs-build
Browse files Browse the repository at this point in the history
Fix readthedocs build
  • Loading branch information
sybenzvi authored Feb 2, 2024
2 parents bf6ccf7 + c1b4d52 commit 0e4b8cb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build:
python: "3.12"
jobs:
pre_install:
- git update-index --assume-unchanged environment.yml doc/conf.py
- git update-index --assume-unchanged doc/conf.py
post_create_environment:
# Install poetry
# https://python-poetry.org/docs/#installing-manually
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
12 changes: 6 additions & 6 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
adc-streaming>=1.2.0
click~=8.1.2
configparser==5.2.0
docutils==0.17.1
docutils==0.19
fixtures==3.0.0
hop-client>=0.8.0
ipython>=8.10
myst-parser>=1.0.0
myst-parser==1.0.0
mock==4.0.3
nose==1.3.7
numpy>=1.21
Expand All @@ -14,9 +14,9 @@ python-dotenv~=0.19.2
reno==3.5.0
setuptools>=65.1.1
six==1.14.0
Sphinx==4.2.0
sphinx_rtd_theme==1.0.0
sphinx-autoapi==1.8.4
Sphinx==6.2.0
sphinx_rtd_theme>=1.0.0
sphinx-autoapi==3.0.0
sphinxcontrib-programoutput==0.17
sphinx-pdj-theme==0.2.1
tabulate==0.8.9
Expand All @@ -28,4 +28,4 @@ virtualenv==20.13.0
wheel>=0.38.1
pymongo~=4.1.0
slack-sdk~=3.15.2
attrs~=21.4.0
attrs~=21.4.0

0 comments on commit 0e4b8cb

Please sign in to comment.