Skip to content

Commit

Permalink
Fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Apr 5, 2024
1 parent 0b55d81 commit 0d8d22a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/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
2 changes: 2 additions & 0 deletions python/requirements/development.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
attrs
breathe==4.35.0
coverage
flake8
hypothesis
Expand All @@ -9,5 +10,6 @@ numpy
mock
pre-commit
breathe
Sphinx==5.3.0
sphinx_rtd_theme
sphinx-issues

0 comments on commit 0d8d22a

Please sign in to comment.