From 28baeac5e583498ec9589d8fec8ef9f8f1af11aa Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Mon, 9 Oct 2023 01:49:57 +0200 Subject: [PATCH] Dependencies: Update requirements of `docs` extra * `sphinx~=6.0` * `sphinx-book-theme~=1.0` * `sphinx-autoapi~=3.0` --- docs/source/conf.py | 3 +-- pyproject.toml | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index a19993e..82a0af8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -64,8 +64,7 @@ 'use_fullscreen_button': False, 'path_to_docs': 'docs', 'use_edit_page_button': True, - 'extra_navbar': '', - 'extra_navbar': '

Made possible by the support of NCCR MARVEL, MaX CoE and the swissuniversities P-5 project.

' + 'extra_footer': '

Made possible by the support of NCCR MARVEL, MaX CoE and the swissuniversities P-5 project.

' } html_domain_indices = True html_logo = '_static/logo.png' diff --git a/pyproject.toml b/pyproject.toml index 8db91a3..a940a3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,10 +36,10 @@ Documentation = 'https://aiida-pseudo.readthedocs.io' [project.optional-dependencies] docs = [ - 'sphinx~=4.1', + 'sphinx~=6.0', 'sphinx-copybutton~=0.5.0', - 'sphinx-book-theme~=0.3.2', - 'sphinx-autoapi~=1.8.1', + 'sphinx-book-theme~=1.0', + 'sphinx-autoapi~=3.0', 'sphinx-click~=4.0', ] pre-commit = [