Skip to content

Commit

Permalink
Dependencies: Update requirements of docs extra (#162)
Browse files Browse the repository at this point in the history
* `sphinx~=6.0`
* `sphinx-book-theme~=1.0`
* `sphinx-autoapi~=3.0`
  • Loading branch information
sphuber authored Oct 9, 2023
1 parent 78d06b0 commit 69e5959
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@
'use_fullscreen_button': False,
'path_to_docs': 'docs',
'use_edit_page_button': True,
'extra_navbar': '',
'extra_navbar': '<p>Made possible by the support of <a href="http://nccr-marvel.ch/" target="_blank"> NCCR MARVEL</a>, <a href="http://www.max-centre.eu/" target="_blank"> MaX CoE</a> and the <a href="https://www.materialscloud.org/swissuniversities" target="_blank"> swissuniversities P-5 project</a>.</p>'
'extra_footer': '<p>Made possible by the support of <a href="http://nccr-marvel.ch/" target="_blank"> NCCR MARVEL</a>, <a href="http://www.max-centre.eu/" target="_blank"> MaX CoE</a> and the <a href="https://www.materialscloud.org/swissuniversities" target="_blank"> swissuniversities P-5 project</a>.</p>'
}
html_domain_indices = True
html_logo = '_static/logo.png'
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 69e5959

Please sign in to comment.