python-docs-theme
python-docs-theme copied to clipboard
Sphinx theme for Python documentation
Hi! I'm planning to move [this work](https://github.com/python/cpython/issues/107024) to this repo. @AA-Turner Suggested to me in this PR https://github.com/python/cpython/pull/107037#issuecomment-1654256388 to do that. Please tell me, what do you think :) Do...
I don't know if it's intentional, but for me color changed since the lasts commits, see https://docs.python.org/3.12/tutorial/introduction.html#first-steps-towards-programming for example vs 3.11: ![Screenshot 2023-04-13 at 16-11-37 3 An Informal Introduction to...
I use large fonts so even on a big screen when I view the Python docs the links at the top that end with "previous | next | modules |...
I am not sure even if it's worth fixing, but just wanted to drop the note, that on Safari 16.3 (18614.4.6.1.6) selector for version is not being styled as "quick...
Big thank you for the work on dark theme (https://github.com/python/python-docs-theme/pull/44), I love the changes. I found minor bug while testing the updated styles on different devices. On iOS, in both...
See screenshots: https://mamot.fr/@[email protected]/110045308238629406 One is "right after changing to dark", the other is "after reloading the page on dark".
This PR implements #23 which make the messages of copybutton (`>>>`) translatable. When I tested my change using the master branch of Python (branch 3.7 doesn't seem to use python-docs-theme),...
I moved to `python-docs-theme` on my [latest documentation version](https://gudhi.inria.fr/python/latest/) and I was quite happy that it was managing `body_max_width` at `100%` properly (cf. [conf.py](https://github.com/GUDHI/gudhi-devel/blob/master/src/python/doc/conf.py) file). But after a conda update,...
new navigation sidebar is effectively modal, keyboard-hostile, and hides the documentation from view
The not-yet-released python 3.10 and 3.11 docs theme introduces navigation sidebar behavior that is several steps backwards in usability. From what I can tell, it exhibits all these problems: *...
Currently the Python session code blocks has a button on top-right corner which hides the `>>>` and `...` prompts and the output. Would be nice to implement similar button for...