Skip to content

Commit

Permalink
update sphinx related versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Schick committed Jan 31, 2024
1 parent c0ae22a commit 93142cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 3 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
sphinx==4.3
sphinx>=5.0
ipykernel
ipywidgets
IProgress
autodocsumm
sphinxcontrib.bibtex
sphinx-book-theme
pydata-sphinx-theme>=0.13.3
sphinx-book-theme>=1.0.1
sphinx_design
sphinx_copybutton
myst_nb
9 changes: 6 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# -- Project information -----------------------------------------------------

project = 'udkm1Dsim'
copyright = '2022, Daniel Schick'
copyright = '2024, Daniel Schick'
author = 'Daniel Schick'

# The short X.Y version
Expand All @@ -33,7 +33,7 @@

# If your documentation needs a minimal Sphinx version, state it here.
#
needs_sphinx = '4.3'
needs_sphinx = '5.0'

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Expand All @@ -49,6 +49,7 @@
'sphinx.ext.viewcode',
'sphinx_copybutton',
'sphinx_design',
'sphinx-book-theme',
]

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -71,7 +72,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down Expand Up @@ -124,6 +125,8 @@
'navigation_depth': 5,
'collapse_navigation': False,
'logo_only': True,
'repository_url': 'https://github.com/dschick/udkm1Dsim',
'use_repository_button': True,
}

html_logo = '_static/logo.png'
Expand Down

0 comments on commit 93142cb

Please sign in to comment.