From 0d8d22a0ef700be211a8a279251714da825c875b Mon Sep 17 00:00:00 2001 From: Ben Jeffery Date: Fri, 5 Apr 2024 16:18:42 +0100 Subject: [PATCH] Fix docs build --- docs/conf.py | 2 +- python/requirements/development.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 0f821f6..dca3b31 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/python/requirements/development.txt b/python/requirements/development.txt index 9519b1b..54f5211 100644 --- a/python/requirements/development.txt +++ b/python/requirements/development.txt @@ -1,4 +1,5 @@ attrs +breathe==4.35.0 coverage flake8 hypothesis @@ -9,5 +10,6 @@ numpy mock pre-commit breathe +Sphinx==5.3.0 sphinx_rtd_theme sphinx-issues