From f77c7560d548ef9b7b75c45b8432b3228ff46748 Mon Sep 17 00:00:00 2001 From: Simon Clark Date: Tue, 17 Sep 2024 21:11:35 +0200 Subject: [PATCH] update docs requirements --- docs/conf.py | 4 ++-- docs/requirements.txt | 35 ++++++++++++++++++++++++++++++++--- 2 files changed, 34 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1a98f28..fb972cf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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, diff --git a/docs/requirements.txt b/docs/requirements.txt index d4563f2..4039140 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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 \ No newline at end of file +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