Skip to content

Commit

Permalink
update docs requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonclark committed Sep 17, 2024
1 parent 79a7015 commit f77c756
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@

# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
html_logo = 'img/battinfologo.jpg'
html_logo = 'assets/img/battinfologo.jpg'

# 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 = 'img/battinfologo.ico'
html_favicon = 'assets/img/battinfologo.ico'

# 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,
Expand Down
35 changes: 32 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@
rdflib==6.3.2
accessible-pygments==0.0.4
alabaster==0.7.13
Babel==2.14.0
beautifulsoup4==4.12.2
certifi==2023.11.17
charset-normalizer==3.3.2
docutils==0.19
idna==3.6
imagesize==1.4.1
importlib-metadata==6.7.0
Jinja2==3.1.3
MarkupSafe==2.1.3
nbsphinx
packaging==23.2
pandoc
sphinxcontrib-globalsubs
Markdown==3.4.3
pydata-sphinx-theme==0.13.3
Pygments==2.17.2
pytz==2023.3.post1
requests==2.31.0
snowballstemmer==2.2.0
soupsieve==2.4.1
Sphinx==5.3.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-globalsubs==0.1.1
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
typing_extensions==4.7.1
urllib3==2.0.7
zipp==3.15.0
sphinx-design

0 comments on commit f77c756

Please sign in to comment.