Tests sphinx extensions with the package
Tested extensions: - python-sphinx-theme-alabaster - python-sphinx_rtd_theme - python-sphinxcontrib-jquery The tested extensions are the one that we pull to CentOS Stream/RHEL.
This commit is contained in:
parent
f1121b8bac
commit
383e230ab0
9 changed files with 68 additions and 0 deletions
7
tests/include-sphinxcontrib-jquery/source/conf.py
Normal file
7
tests/include-sphinxcontrib-jquery/source/conf.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
project = 'Test'
|
||||
copyright = '2024, Test'
|
||||
author = 'Test'
|
||||
release = '0.3.0'
|
||||
extensions = [
|
||||
"sphinxcontrib.jquery",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue