The python-sphinx rpms
Find a file
Dennis van Raaij 0009cf4a25 Update the list of TeX packages required by Sphinx
Commands used to find the dependencies:

$ find ./sphinx -type f -and \( -name "*.sty" -or -name "*.tex*" \) \
    | xargs sed -n -e "s#.*\(RequirePackage.*\}\)#\1#p" \
    | sort | uniq

$ find ./sphinx -type f -and \( -name "*.sty" -or -name "*.tex*" \) \
    | xargs sed -n -e "s#.*\(IfFileExist.*\}\)#\1#p"\
    | sort | uniq

$ find ./sphinx -type f \
    | xargs sed -n -e "s#.*\(usepackage.*\}\).*#\1#p" \
    | sort | uniq
2025-10-14 23:11:35 +02:00
.fmf Add a smoke test 2024-08-22 11:29:18 +02:00
tests Tests sphinx extensions with the package 2024-09-20 17:20:44 +02:00
.gitignore Update to 8.2.3 2025-03-06 11:06:50 +01:00
13527.patch Fix tests with Python 3.14.0a7+ 2025-05-30 15:39:34 +02:00
8962398b761c3d85a.patch Add compatibility with Python 3.14 2025-03-27 08:41:54 +01:00
changelog Convert to %autorelease and %autochangelog 2024-01-29 15:40:09 +01:00
e01e42f5fc738815b.patch Add compatibility with Python 3.14 2025-03-27 08:41:54 +01:00
Make-the-first-party-extensions-optional.patch Update to 8.2.3 2025-03-06 11:06:50 +01:00
plan.fmf Add a smoke test 2024-08-22 11:29:18 +02:00
python-sphinx.spec Update the list of TeX packages required by Sphinx 2025-10-14 23:11:35 +02:00
rpminspect.yaml Add rpminspect file 2022-02-01 20:24:33 +01:00
sources Update to 8.2.3 2025-03-06 11:06:50 +01:00
sphinx-test_theming.patch Update to 8.2.3 2025-03-06 11:06:50 +01:00