Skip to content

Commit

Permalink
fix: add ReadTheDocs theme reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
kentbull committed Oct 16, 2024
1 parent cd3180c commit 79b4515
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
5 changes: 4 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(SOURCEDIR) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
@echo
@echo

open:
open _build/html/index.html
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
#
if sphinx_rtd_theme:
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
else:
html_theme = "default"

Expand Down
3 changes: 1 addition & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,15 @@ API Reference
.. toctree::
:maxdepth: 1

naming
keri_app
keri_core
keri_db
keri_demo
keri_end
keri_help
keri_peer
keri_vc
keri_vdr
naming

Indices and tables
==================
Expand Down
11 changes: 10 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
myst-parser >= 4.0.0
Sphinx >= 8.1.3
Sphinx >= 8.1.3

sphinx-rtd-theme==3.0.1
sphinxcontrib-applehelp==2.0.0
sphinxcontrib-devhelp==2.0.0
sphinxcontrib-htmlhelp==2.1.0
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==2.0.0
sphinxcontrib-serializinghtml==2.0.0

0 comments on commit 79b4515

Please sign in to comment.