Skip to content

Commit

Permalink
Bump sphinx from 7.2.6 to 8.0.2 and sphinxawesome-theme from 5.2.0 to…
Browse files Browse the repository at this point in the history
… 5.3.1
  • Loading branch information
cheina97 authored and adamjensenbot committed Oct 9, 2024
1 parent 89c8ce7 commit cf7fd91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Liqo Documentation

The Liqo documentation is available on [doc.liqo.io](https://doc.liqo.io).
The Liqo documentation is built with [Read the Docs](https://readthedocs.org/) and the [Sphinx Theme](https://sphinx-rtd-theme.readthedocs.io/en/stable/).
The Liqo documentation is built with [Read the Docs](https://readthedocs.org/) and [Awesome Sphinx Theme](https://sphinxawesome.xyz/).

## How to add/update documentation

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,4 @@ def generate_liqoctl_version_warning() -> str:
'display_github': True,
}

suppress_warnings = ["myst.header"]
suppress_warnings = ["config.cache"]
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Sphinx==7.2.6
Sphinx==8.0.2
myst-parser==4.0.0
sphinx-copybutton==0.5.2
sphinx-design==0.6.1
sphinx_external_toc==1.0.1
semver==3.0.2
urllib3==2.2.3
sphinx-autobuild==2024.10.3
sphinxawesome-theme==5.2.0
sphinxawesome-theme==5.3.1

0 comments on commit cf7fd91

Please sign in to comment.