diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:57:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:57:09 +0000 |
commit | 056b6cde08dd598e5f8ba1d1e0d3075c154fa389 (patch) | |
tree | 9fa357c475229eca72de7ef244e813571990ae77 /debian/dh-sphinxdoc/dh_sphinxdoc | |
parent | Merging upstream version 7.4.7. (diff) | |
download | sphinx-056b6cde08dd598e5f8ba1d1e0d3075c154fa389.tar.xz sphinx-056b6cde08dd598e5f8ba1d1e0d3075c154fa389.zip |
Adding debian version 7.4.7-1.debian/7.4.7-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/dh-sphinxdoc/dh_sphinxdoc')
-rwxr-xr-x | debian/dh-sphinxdoc/dh_sphinxdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/dh-sphinxdoc/dh_sphinxdoc b/debian/dh-sphinxdoc/dh_sphinxdoc index fb74e9c..30d9b88 100755 --- a/debian/dh-sphinxdoc/dh_sphinxdoc +++ b/debian/dh-sphinxdoc/dh_sphinxdoc @@ -60,9 +60,9 @@ to B<${sphinxdoc:Depends}>. It provides a B<${sphinxdoc:Built-Using}> substitution variable, for tracking files which could not be symlinked. Examples of such files are F<*.js> and F<*.css> -files that are generated from corresponding F<*.js_t> and F<*.css_t> templates, +files that are generated from corresponding F<*.js.jinja> and F<*.css.jinja> templates, and can vary depending on the used theme options (for instance, F<basic.css> file -is generated from F<basic.css_t> and is included in almost every Sphinx-generated +is generated from F<basic.css.jinja> and is included in almost every Sphinx-generated documentation). Currently, this variable will contain B<sphinx> and, if the default theme is used, B<alabaster>, with their versions (other themes are not supported). |