4 Commits

Author SHA1 Message Date
dylannorthrup
0a01baec10 Fix epub-related failures (#8207)
* Append closing "/" to meta description tag; do not add new description tag if one already exists

* Add closing "/" to all meta tags

* Remove URL parameters from css/js paths to fix ThemeError

* Updating package versions to reflect the latest versions in the readthedocs github repo

* noop change to trigger CI workflow

* Add verbose option to "pip3 install"

* Update python version to 3.9

* Debug Iteration

* Revert CI testing changes

* Revert module upgrades and changes it required

* Update _extensions/godot_descriptions.py

---------

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-11-25 19:01:44 +01:00
Rémi Verschelde
0a087e730f Update copyrights to 2021 2021-03-19 14:02:00 +01:00
Hugo Locurcio
7b60dd1794 Escape double quotes for meta descriptions in HTML
If this not done, some descriptions will be closed earlier than intended.
2020-09-25 12:02:28 +02:00
Max Hilbrunner
2927a912a5 Create Sphinx extension to generate HTML meta description tags 2020-05-02 21:34:02 +02:00