Benjamin Bach
7c43f45c9b
Do not build the python package in this step
2022-08-19 22:50:49 +02:00
Benjamin Bach
8e737d4c84
Make note about releasing package-lock.json
2022-08-19 22:46:19 +02:00
Benjamin Bach
e844040101
Build everything one step at a time
2022-08-19 22:38:22 +02:00
Benjamin Bach
8e65b61666
Adds wheel and a command to package bdist_wheel + sdist
2022-08-19 22:23:32 +02:00
Benjamin Bach
5087916a03
Do not bump the version in auto-maintained file package-lock.json
2022-08-19 17:46:30 +02:00
Benjamin Bach
0f76e9ba4a
Merge branch 'master' of github.com:readthedocs/sphinx_rtd_theme into HEAD
2022-08-19 15:50:16 +02:00
Benjamin Bach
85123c47de
Add a demo with Python types (regression test for #1196 ), rebuild theme.js
2022-08-19 15:47:32 +02:00
Anthony Johnson
1b4263eadf
Update to next development release after 1.0.0
...
For now, we'll be a bugfix release at 1.0.1 but do anticipate we'll be
adding features this release and will get to 1.1.0.
Requires #1230
2021-09-09 12:42:01 -06:00
Anthony Johnson
9fd4b0269b
Add development version back to docs
2021-09-09 12:40:47 -06:00
Anthony Johnson
1f0ba51ec4
Update docs and versions for 1.0.0 release
...
The RC hasn't raised many issues, so time to move forward with final
release. This will be followed by a PR for 1.1.0-dev1.
2021-09-09 12:35:36 -06:00
Anthony Johnson
b557851511
Make section labels verbose to avoid numeric labels
...
Perhaps this is a feature of Sphinx I'm not aware of, but using a
version number as the section label resulted in ``#id1`` instead.
I tried autosectionlabel, but as expected there were a lot of errors and
I don't feel it's worthwhile to spend time fixing them right now.
2021-08-23 16:17:49 -06:00
Anthony Johnson
b880004ce0
Replace include of readme on index with actual content
...
If we want the Readme to have more links, this breaks linking at the
index page in the built documentation. The version is hardcoded in links
in the readme version, and hardcoded links point to the wrong version in
the documentaiton
2021-08-19 13:23:00 -06:00
Anthony Johnson
bdd49c4eb3
Small fixes
2021-08-19 13:23:00 -06:00
Anthony Johnson
022a58f68e
Replace outdated information on installation page
...
Repoint compatibilities to development information page instead.
2021-08-19 13:23:00 -06:00
Anthony Johnson
207ae966ec
Add development and usage documentation
...
This finally defines our supported browsers and dependencies publicly,
and communicates our next several versions that we have planned so far.
This information is starting with 1.0.0, but I did try to capture some
historical information as well.
2021-08-19 13:23:00 -06:00
Anthony Johnson
e1b8d2f54c
Bump for next potential release
...
This is just the release version for development purposes so far.
Requires #1204
2021-08-17 11:03:09 -06:00
Anthony Johnson
c5846e3128
Update translations for 1.0.0rc1
...
Also note the translation updates in changelog.
2021-08-17 10:01:31 -06:00
Anthony Johnson
3f75a24924
Bump2version release
2021-08-16 11:30:03 -06:00
Anthony Johnson
4c76eac561
Update changelog since last release
2021-08-16 11:28:08 -06:00
Anthony Johnson
e026647701
Update release docs
2021-08-10 16:46:15 -06:00
Anthony Johnson
b74323c2ae
Add changelog automation with bump2version
2021-08-10 16:39:41 -06:00
Anthony Johnson
f5b02911ae
Update docs to note 1.6 as lowest version
2021-08-02 18:01:55 -07:00
Anthony Johnson
02d8fe0764
Add docs on qa testing theme changes
2021-07-19 17:57:57 -06:00
Aaron Carlisle
b2323ce07f
Merge branch 'master' into Blendify/python-compat
2021-06-22 18:47:00 -04:00
ThomasTNO
ef9a0584ef
Added support for gtag ( #1129 )
...
* Added support for gtag
* Fix missing curly braces
* Simplify gtag script import
* Fix tag
* Add gtag to docs
Co-authored-by: Aaron Carlisle <carlisle.b3d@gmail.com >
2021-06-18 13:59:46 -04:00
Aaron Carlisle
2f12da38c6
Add Missing version bumps for 0.5.2 ( #1120 )
...
Found while looking into #1117
2021-04-08 20:40:33 -04:00
Aaron Carlisle
60a094bb13
Merge branch 'master' into Blendify/python-compat
2021-04-08 17:19:58 -04:00
Eric Holscher
ca2719b32f
Merge Release 0.5.2 Changelog into master ( #1114 )
...
* Setup: Require docutils<0.17'
Docutils 0.17 changes some rendering of properties, until support is added we should probably pin to use an older version.
I may not be a bad idea to keep a pinned version in the theme to prevent this issue in the future.
* Release 0.5.2
Include a changelog and bump versions
* Fix changelog
Co-authored-by: Aaron Carlisle <carlisle.b3d@gmail.com >
2021-04-05 13:14:49 -04:00
Aaron Carlisle
aa28eecc3a
Docs: Fix intersphinx_mapping ( #1110 )
...
Sphinx documentation has moved from https://www.sphinx-doc.org/en/stable/ to https://www.sphinx-doc.org/en/master/
Fixes the command line message:
```
intersphinx inventory has moved: https://www.sphinx-doc.org/en/stable/objects.inv -> https://www.sphinx-doc.org/en/master/objects.inv
```
2021-04-02 12:21:54 -04:00
Aaron Carlisle
fe934ec0d4
Merge branch 'master' into Blendify/python-compat
2021-03-29 22:08:21 -04:00
Aaron Carlisle
7417ff92bd
Update Changelog for v1.0 ( #1103 )
...
This includes all major affecting changes that have already been committed to master since the last release.
2021-03-29 19:08:22 -04:00
Aaron Carlisle
4d196ce134
Add python version requirements to setup.py
...
This is need in the future so we can gracefully remove python 2.7 support.
See #1075 .
2021-03-17 18:29:02 -04:00
Aaron Carlisle
114fb85b44
Require Sphinx 1.6 deprecate html4 ( #1091 )
...
Sphinx 1.6 is required for de76c03824 we also do not test against versions lower than 1.6 so we should safely drop it.
This is similar to #1076 and #1075 but less strict
2021-03-15 18:05:20 -04:00
Santos Gallegos
f8e71bf312
Don't require npm to build from source ( #1039 )
2021-03-15 10:12:50 -05:00
Aaron Carlisle
85f23c9edc
Docs: Add text before config api type information ( #1090 )
...
* Docs: Add text before config api type information
This makes it more clear what the confval is for without having to read through the type information.
This matches usual sphinx autodoc behavior.
* Only use one space above headings
2021-03-15 09:49:13 -05:00
Aaron Carlisle
ba1cbb1c07
Docs: Always use local theme ( #1083 )
...
This changes non PR builds on rtd to use the local theme and not the old 0.4.3 theme. We want our docs to show what the theme looks like based on the current release, not an old version.
2021-03-12 15:17:35 -05:00
Aaron Carlisle
8ba9c8ac0b
Templates: Cleanup Whitespace ( #1060 )
...
While not perfect this cuts it down a lot and makes the html output much
cleaner
2021-03-01 10:09:03 -05:00
Tobias Bengfort
c8ef0fc94f
Fix aria label ( #1056 )
...
* Do not use the landmark role as part of the label
See https://www.w3.org/TR/wai-aria-practices/#general-principles-of-landmark-design
* translate aria-labels
2021-02-23 12:20:37 -05:00
Santos Gallegos
60e1c21211
Update intersphinx urls ( #1048 )
2021-02-10 20:13:53 -05:00
Santos Gallegos
5d0a396bf9
Docs: fix typo ( #1036 )
2021-01-11 21:01:54 -05:00
Santos Gallegos
f6554bfcbf
Release 0.5.1 ( #1032 )
2021-01-04 17:13:31 -05:00
Santos Gallegos
c27ac2944b
Use canonical URL from html_baseurl ( #1003 )
...
This is in sphinx itself now https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_baseurl ,
e886cc2171/sphinx/themes/basic/layout.html (L135-L137)
2020-12-03 17:15:40 -05:00
Nils K
e2b60d7e7b
Add analytics_anonymize_ip option to theme ( #889 )
...
* Add analytics_anonymize_ip option to theme
* Fix typo and use tobool filter
Co-Authored-By: Jesse Tan <jessetan@users.noreply.github.com >
* Simplify analytics_anonymize_ip description
* Update changelog.rst
Co-authored-by: Jesse Tan <jessetan@users.noreply.github.com >
Co-authored-by: Aaron Carlisle <carlisle.b3d@gmail.com >
2020-10-08 19:28:19 -04:00
Anthony Johnson
a452102fff
Bump version
2020-06-17 09:55:10 -06:00
Anthony Johnson
b9e8328695
Update changelog for 0.5.0
2020-06-17 09:46:01 -06:00
Anthony Johnson
ac20ce75d4
Use only-child to limit margins on single paragraph list items
...
This is a compromise between the docutils intended style and more
consistent margins than 0.4.3.
2020-06-16 16:30:26 -06:00
Anthony Johnson
aa0a108543
Add complex list margins, use margin-less items for ul.simple margins
...
0.5.0 was moving in the direction of treating everything like a simple
list. 0.4.3 had some bugs that made complex lists look closer to the
spacing that complex lists use. This resolves both and adds specific
item margins for both cases.
See https://docutils.sourceforge.io/sandbox/html4strict/data/simple-lists.html
2020-06-16 13:54:47 -06:00
Anthony Johnson
73fe2fba49
Add changelog dates
2020-06-05 10:07:16 -06:00
Anthony Johnson
4de3f217a9
No, update changelog
2020-06-05 10:05:41 -06:00
Anthony Johnson
a7e656a8cf
Update changelog
2020-06-05 10:04:54 -06:00