Revert [r9410] "Prevent the 'theme' default overriding 'theme_url'."
commit36b3d0a040e8c05f5b9018693bcb49082574a866
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sat, 17 Feb 2024 10:37:23 +0000 (17 10:37 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sat, 17 Feb 2024 10:37:23 +0000 (17 10:37 +0000)
tree50b4df9072320e32437c63cf74da84d5ca641efc
parenta3f21231c3f3e6c0c5ab19c363b634aeff404b51
Revert [r9410] "Prevent the 'theme' default overriding 'theme_url'."

As documented in docutils/docs/user/config.html#override,
"Client programs which specify defaults that override other settings must
do the overriding explicitly". This affects not only "theme"/"theme_url",
but also "stlesheet"/"stylesheet_path" (HTML and LaTeX), and
"footnote_references"/"trim_footnote_reference_space".

Exlicitly override "theme" in the S5 functional test setup instead.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@9542 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/docutils/writers/s5_html/__init__.py
docutils/test/functional/tests/standalone_rst_s5_html_1.py