Skip to content

Commit

Permalink
docs: Update sphinx to 4.5.0
Browse files Browse the repository at this point in the history
No major changes, just some deprecated APIs are replaced.
  • Loading branch information
matejmatuska committed Jul 17, 2024
1 parent 72de782 commit bb1c582
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,6 @@ def filter_unwanted_leapp_types(app, what, name, obj, skip, options):

def setup(app):
app.connect('autodoc-skip-member', filter_unwanted_leapp_types)
app.add_stylesheet('css/asciinema-player.css')
app.add_stylesheet('css/custom.css')
app.add_javascript('js/asciinema-player.js')
app.add_css_file('css/asciinema-player.css')
app.add_css_file('css/custom.css')
app.add_js_file('js/asciinema-player.js')
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ sphinxcontrib-jquery
docutils
CommonMark
myst-parser
sphinx==3.5.4
sphinx==4.5.0
sphinx-autobuild

0 comments on commit bb1c582

Please sign in to comment.