diff --git a/README.md b/README.md index 7dedde69..07ba55ec 100644 --- a/README.md +++ b/README.md @@ -64,4 +64,4 @@ pip install -r docs/requirements.txt sphinx-build -b html docs build/docs/html ``` -Alternatively, you can use Docker to avoid changing your development environment, by running `docker run -it --rm -v ${PWD}/docs:/docs/docs -v ${PWD}/build:/docs/build -v ${PWD}/include:/docs/include sphinxdoc/sphinx:4.2.0 bash` to obtain a shell that you can use to run `apt-get update && apt-get install -y doxygen` and then the two commands above. +Alternatively, you can use Docker to avoid changing your development environment, by running `docker run -it --rm -v ${PWD}/docs:/docs/docs -v ${PWD}/build:/docs/build -v ${PWD}/include:/docs/include sphinxdoc/sphinx:7.3.7 bash` to obtain a shell that you can use to run `apt-get update && apt-get install -y doxygen` and then the two commands above. diff --git a/docs/conf.py b/docs/conf.py index f1feeadf..c2aa8293 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -77,7 +77,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' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/docs/requirements.txt b/docs/requirements.txt index 4cbea6d0..6976dd8e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ -sphinx==4.2.0 -sphinx_rtd_theme==1.0.0 -breathe==4.31.0 +sphinx==7.3.7 +sphinx_rtd_theme==2.0.0 +breathe==4.35.0