Aaron Carlisle
4ad33d0197
Nav: Fix right padding on level2+ ( #1068 )
...
The sets the right padding the same as the first level.
The current padding is too large and varies between toc levels.
Now, the right padding is the same between all levels and only the left padding changes
2021-03-04 09:34:28 -05:00
Aaron Carlisle
e001cca56f
Fix Nav Buttons Size ( #1067 )
...
Currently, Nav buttons to expand the menu are a bit small and do not match the link text.
This makes the font size and line-height match between the text and icon.
2021-03-03 20:17:05 -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
Aaron Carlisle
331ba4e93c
Update issue templates ( #1062 )
...
* Update issue templates
Updates the issue templates to the new GitHub versions
* Delete ISSUE_TEMPLATE.md
2021-03-01 09:39:40 -05:00
Santos Gallegos
d91d7e13b3
Fix: wrap inline literals ( #1050 )
...
This preservers white spaces as is when copying,
so all good.
Fixes https://github.com/readthedocs/sphinx_rtd_theme/issues/321
2021-02-23 13:43:10 -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
3ed52c4df5
Don't toggle terminal nodes ( #1049 )
...
Terminal nodes that are already selected shouldn't be toggled.
Fix https://github.com/readthedocs/sphinx_rtd_theme/issues/1044
2021-02-11 18:24:12 -05:00
Santos Gallegos
6d89d9dbdf
Test with more sphinx versions ( #1047 )
2021-02-11 18:09:47 -05:00
Santos Gallegos
835b20c926
Respect tab order for prev/next buttons ( #1051 )
...
This doesn't affect the display, it looks like before,
but now the tab is order is correct.
2021-02-11 16:02:54 -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
Eric Holscher
8871d03f1f
Update translations
2021-01-04 13:48:49 -08:00
Richard Darst
1f7bdc1c36
sphinx_rtd_theme/layout: Set url_root properly on index, don't use '#' ( #1025 )
...
- You can see a practical demonstration of the problem, fully seeing
the effect if it is not fixed, here (though that example uses the
alabaster theme, the effect is the same here):
https://github.com/executablebooks/sphinx-copybutton/issues/110
- This is a copy of a fix from Sphinx. The sphinx pull request is
https://github.com/sphinx-doc/sphinx/pull/8524
Detailed description:
- url_root is set to `#` on the index page, which layout.html tries to
change back to `''` (the empty string).
- But, this updated url_root wasn't used in the actual location, as an
argument to `documentation_options.js`.
- Thus, clever enough templates, which tried to use
`$DOCUMENTATION_OPTIONS.URL_ROOT` inside javascript would fail.
This was manifested as broken links, which led to this issue:
https://github.com/executablebooks/sphinx-copybutton/issues/110
- I have eventually traced that back to sphinx itself, and found that
layout.html tried to fix the problem, but the fixed value wasn't
used.
- This fix works in my basic test, but I will continue with more tests.
- Review:
- someone more clever should examine this and make sure it makes
sense
- This does not have tests. Should it?
2020-12-15 09:24:54 -05:00
Aaron Carlisle
e93295cb92
Templates: Add block for footer content info ( #896 )
...
Allows users to expand this area to add their own content
2020-12-03 18:39:12 -05:00
Santos Gallegos
e063bba899
Merge branch 'master' into blendify/kbd
2020-12-03 18:13:36 -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
Aaron Carlisle
24f8e31c5b
html search: Do not load language_data.js in non-search pages ( #1021 )
...
This is needed with changes in sphinx 3.4.x.
See f5289bb699
2020-12-02 11:00:03 -05:00
Aaron Carlisle
562bc2a35d
Cleanup: Make Copyright template match sphinx's basic ( #933 )
...
This matches https://github.com/sphinx-doc/sphinx/blob/3.x/sphinx/themes/basic/layout.html
2020-11-30 12:56:05 -05:00
David Fischer
24ceb6d93d
Hide the search box on any "singlehtml" like builder ( #975 )
...
- This applies to the RTD builders readthedocssinglehtml
and readthedocssinglehtmllocalmedia
Co-authored-by: Aaron Carlisle <carlisle.b3d@gmail.com>
2020-11-28 01:59:59 -05:00
Santos Gallegos
e2b10425ef
CI: switch to circleci ( #1020 )
2020-11-25 18:51:19 -05:00
Santos Gallegos
38752d455f
Fix vcs_pageview_mode ( #1010 )
...
Fixes https://github.com/readthedocs/sphinx_rtd_theme/issues/701
2020-11-25 17:39:51 -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
Santos Gallegos
4366e9e3f8
Merge pull request #1012 from readthedocs/test-more
...
Test with more versions of sphinx/python
2020-10-08 17:57:23 -05:00
Santos Gallegos
33a9df7185
Tests with more versions of sphinx/python
2020-10-08 17:46:26 -05:00
Santos Gallegos
f8ce9db72a
Merge pull request #1005 from readthedocs/include-preinstall
...
Packaging: include bin/preinstall.js
2020-10-08 17:19:28 -05:00
Santos Gallegos
9d451fb079
Merge branch 'master' into include-preinstall
2020-10-08 17:11:39 -05:00
Santos Gallegos
80cc791120
Merge pull request #1011 from readthedocs/link-license
...
Link to sphinx license
2020-10-08 17:11:26 -05:00
Santos Gallegos
cf6da7632d
Link to sphinx license
...
Closes https://github.com/readthedocs/sphinx_rtd_theme/issues/283
2020-10-08 17:02:21 -05:00
Santos Gallegos
3d2453b3fd
Merge branch 'master' into include-preinstall
2020-10-08 13:47:13 -05:00
Santos Gallegos
b5cafe8e44
Merge pull request #1007 from readthedocs/mark-icons
...
Make nex/prev icons as aria-hidden
2020-10-08 13:46:41 -05:00
Santos Gallegos
ca9a8e256e
Merge branch 'master' into mark-icons
2020-10-08 13:41:57 -05:00
Santos Gallegos
1485644386
Merge pull request #1006 from readthedocs/use-well-formed-xml
...
Use well-formed XML syntax
2020-10-08 09:47:40 -05:00
Santos Gallegos
939584e54f
Make nex/prev icons as aria-hidden
...
Fixes https://github.com/readthedocs/sphinx_rtd_theme/issues/954
2020-10-07 17:29:50 -05:00
Santos Gallegos
f6c4e9cb62
Use well-formed XML syntax
...
Fixes https://github.com/readthedocs/sphinx_rtd_theme/issues/985
ref 267eeabc00
2020-10-07 16:42:21 -05:00
Santos Gallegos
58f07c0be0
Packaging: include bin/preinstall.js
...
Closes https://github.com/readthedocs/sphinx_rtd_theme/issues/990
2020-10-07 16:29:11 -05:00
Santos Gallegos
006cd2162a
Merge pull request #1002 from benjaoming/patch-1
...
Use just python3 in .readthedocs.yml
2020-10-07 10:05:03 -05:00
Benjamin Balder Bach
79fd7487f0
Use latest python3 on build server
...
Tested this to work on a local RTD server with Python 3.7. Consider this as a better default than pinning specific Python 3 versions, which makes it harder for the central RTD server to get rid of these versions.
2020-10-07 16:45:41 +02:00
Santos Gallegos
00f402f8e9
Merge pull request #1001 from sylvestre/patch-1
...
Update the url to the "readthedocs" one
2020-09-30 09:16:44 -05:00
Sylvestre Ledru
6c943265c1
Update the url to the "readthedocs" one
...
To avoid a redirect
2020-09-30 16:11:14 +02:00
Anthony
1d85625667
Merge pull request #897 from mgeier/commit-and-date
...
Footer: show both "commit" and "last_updated" (if available)
2020-07-23 15:27:52 -06:00
Matthias Geier
d5ed3d0ba1
Footer: show both "commit" and "last_updated" (if available)
...
Closes #238 .
2020-07-07 17:37:33 +02:00
Anders Kaseorg
7df2524941
Revert "Add more localized strings" ( #961 )
...
The alt attribute is only valid on the <area>, <img>, and <input>
elements, not <a>.
https://html.spec.whatwg.org/multipage/indices.html#attributes-3:attr-area-alt
This reverts commit 8f327360a5
(#806 ).
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-06-26 19:53:42 -04:00
Aaron Carlisle
27f8c68c42
Nicer styles for <kbd>
...
It seems #677 never actually got merged into master
2020-06-26 19:50:40 -04:00
Santos Gallegos
fd83875eef
Merge pull request #935 from readthedocs/search-hide-edit-links
...
Search page: don't show "edit on" links
2020-06-22 15:00:09 -05:00
Santos Gallegos
ecc58ad802
Merge branch 'master' into search-hide-edit-links
2020-06-22 14:34:33 -05:00
Nikita Titov
aa71fd6cde
fix broken link in footer ( #947 )
2020-06-19 17:06:49 -04:00
Anthony Johnson
38c30bf8ac
Merge branch 'release/0.5.0'
2020-06-17 09:58:25 -06: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