Skip to content

Commit

Permalink
Merge pull request #933 from cweikl/v7.1
Browse files Browse the repository at this point in the history
fixed flyout menue
  • Loading branch information
cweikl committed Mar 20, 2024
2 parents 767f6d3 + 42028d8 commit 93e2110
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ version: 2
# set the version of Python and other tools

build:
os: "ubuntu-20.04"
os: "ubuntu-22.04"
tools:
python: "3.9"
python: "3.10"

python:
install:
Expand Down
8 changes: 7 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def setup(app):

# General information about the project.
project = u'linuxmuster.net'
copyright = u'2017-2022, linuxmuster.net'
copyright = u'2017-2024, linuxmuster.net'
author = u'linuxmuster.net'

# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -135,6 +135,12 @@ def setup(app):
# ],
# }

html_js_files = [
'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js',
'_static/flyout.js'
]


# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
# html_theme = 'linuxmuster'
Expand Down

0 comments on commit 93e2110

Please sign in to comment.