diff --git a/docs/conf.py b/docs/conf.py index ecaaabd..9e00901 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -185,7 +185,7 @@ # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. -# html_favicon = None +html_favicon = None # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, diff --git a/docs/requirements.txt b/docs/requirements.txt index a751c13..99bc3d6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,10 @@ # Requirements file for ReadTheDocs, check .readthedocs.yml. # To build the module reference correctly, make sure every external package # under `install_requires` in `setup.cfg` is also listed here! +fastcore +ghapi lfdocs-conf~=0.8 reno~=4.0.0 Sphinx~=6.1.3 sphinx-rtd-theme~=1.2.0 +typer