145 lines
4.9 KiB
Plaintext
145 lines
4.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Sep 7 11:41:01 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.2.2:
|
|
* Remove build-time and commit field to avoid changing all pages
|
|
* Stop creating readthedocs-sphinx-domain-names.json
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 21 12:32:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- add sle15_python_module_pythons (jsc#PED-68)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 13 22:44:25 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Make calling of %{sle15modernpython} optional.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 29 00:11:21 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to version 2.2.0
|
|
Telemetry: dump `app.extensions` and `app.config.html_theme` (#117)
|
|
* Telemetry: dump `app.extensions` and `app.config.html_theme`
|
|
Dump data from Sphinx into a JSON file that will be read and processed by our
|
|
Telemetry collector. This will help us to get some insights about extensions and
|
|
theme usage.
|
|
* Telemetry: handle unexpected exceptions
|
|
* Telemetry: comment about config-inited
|
|
* Style
|
|
* Telemetry: save only extensions defined by the user
|
|
Instead of saving `app.extensions` (all extensions used by Sphinx, including
|
|
default ones), we only save `app.config.extensions` which are the ones defined
|
|
by the user itself.
|
|
Update release steps (#116)
|
|
Use build is recommend now
|
|
https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#packaging-your-project
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 12 15:50:12 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to version 2.1.9
|
|
* fix: Only add external version warning nodes on documents (#114)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 4 20:40:15 UTC 2022 - Arun Persaud <arun@gmx.de>
|
|
|
|
- update to version 2.1.8:
|
|
* Remove direct call to distutils in favor of more modern packaging
|
|
|
|
- changes from version 2.1.7:
|
|
* Use proxied_static_path if available
|
|
|
|
- changes from version 2.1.6:
|
|
* External version warning: avoid using the deprecated traverse
|
|
method
|
|
* Update tox.ini to reflect the current package state
|
|
* Update some deps
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 18 22:29:34 UTC 2022 - Arun Persaud <arun@gmx.de>
|
|
|
|
- update to version 2.1.5:
|
|
* Search: correctly remove Search.init on Sphinx >= 5.0
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 29 17:46:24 UTC 2022 - Arun Persaud <arun@gmx.de>
|
|
|
|
- specfile:
|
|
* update copyright year
|
|
|
|
- update to version 2.1.4:
|
|
* Update canonical_url to properly respect builder
|
|
|
|
- changes from version 2.1.3:
|
|
* Use circleci
|
|
|
|
- changes from version 2.1.2:
|
|
* Canonical URL: don't set it if is empty
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 25 15:14:03 UTC 2020 - Arun Persaud <arun@gmx.de>
|
|
|
|
- update to version 2.1.1:
|
|
* New line at the end of the file
|
|
* Put the JS embed back into script_files (#92)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 11 19:09:45 UTC 2020 - Arun Persaud <arun@gmx.de>
|
|
|
|
- update to version 2.1.0:
|
|
* Merge pull request #90 from readthedocs/humitos/parallel-read-safe
|
|
|
|
- changes from version 2.0.0:
|
|
* Define parallel_read_safe=True for our extensions
|
|
* Move the feature flags added in #85
|
|
* Re-add the builders as deprecated
|
|
* Use Py3 for Lint
|
|
* Remove the custom RTD builders
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 30 23:26:29 UTC 2020 - Arun Persaud <arun@gmx.de>
|
|
|
|
- update to version 1.0.4:
|
|
* Re-add proxied_api_host to allow overriding it
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 24 15:22:12 UTC 2020 - Arun Persaud <arun@gmx.de>
|
|
|
|
- specfile:
|
|
* no more need to remove tests manually before install
|
|
|
|
- update to version 1.0.3:
|
|
* Fix path to html_context
|
|
|
|
- changes from version 1.0.2:
|
|
* Add Python 3.8 to tests
|
|
* Add more versions to test against
|
|
* Revert #77
|
|
* Make setup.py executable
|
|
* Stop installing tests
|
|
* Remove broken distutils compat
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 18 18:41:10 UTC 2020 - Arun Persaud <arun@gmx.de>
|
|
|
|
- specfile:
|
|
* update copyright year
|
|
* be more specific in %files section
|
|
|
|
- update to version 1.0.1:
|
|
* more JS exscapes
|
|
* Use new footer_api_host settings
|
|
* rename setting
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 22 13:04:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.0:
|
|
* no upstream changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 24 19:58:32 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Initial commit, needed by rdt_theme
|