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:
Karolina Surma 2024-09-20 16:10:35 +02:00
commit 383e230ab0
9 changed files with 68 additions and 0 deletions

View file

@ -0,0 +1,7 @@
project = 'Test'
copyright = '2024, Test'
author = 'Test'
release = '0.3.0'
extensions = [
"sphinxcontrib.jquery",
]