FACT_core icon indicating copy to clipboard operation
FACT_core copied to clipboard

Change sphinx theme

Open maringuu opened this issue 2 years ago • 2 comments

On my ubuntu 22.04 install building the docs results in the following error:

Running Sphinx v4.3.2

Warning, treated as error:
sphinx_rtd_theme (< 0.3.0) found. It will not be available since Sphinx-6.0
make: *** [Makefile:20: html] Error 2

So we should probably change the theme. Also: Did we document somewhere what dependencys building the docs has? apt install sphinx-common and pip install sphinx-rtd-theme seem to be it.

maringuu avatar Oct 06 '22 13:10 maringuu

Also: Did we document somewhere what dependencys building the docs has?

Did you try to look at the readme (/docsrc/README.md)? It should build fine if you follow the instructions :sweat_smile: Despite that, we could probably update the versions in the doc_dependencies.txt.

jstucke avatar Oct 10 '22 06:10 jstucke

Did you try to look at the readme (/docsrc/README.md)?

Whoops. No I missed that. I'd propose to add a link to it in the README.

maringuu avatar Oct 20 '22 08:10 maringuu