Skip to content

Commit

Permalink
Merge pull request #53 from JulianGro/version_deprecation
Browse files Browse the repository at this point in the history
Fix `WARNING: unsupported theme option 'display_version' given`.
  • Loading branch information
JulianGro authored Nov 2, 2024
2 parents 555b828 + 4fa9e92 commit 72901fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Sphinx>=4.3
Sphinx>=6.0.0
sphinx-intl>=2.0.1
sphinx-rtd-theme>=0.5.2
sphinx-rtd-theme>=3.0.0
git+https://github.com/overte-org/video.git

myst-parser>=2.0.0
Expand Down
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def setup(app):

html_theme_options = {
'logo_only': True,
'display_version': False,
'version_selector': False,
'prev_next_buttons_location': 'bottom'
}

Expand Down

0 comments on commit 72901fd

Please sign in to comment.