[DOCS] Rendered class and method signature overlaps with [source] after sphinx update
See original GitHub issue🐛 Bug description
I’ve noticed that after updating to sphinx=3.1
, documentation has some problem with class header layout, if you go to the docs webpage, you can find that in some cases type hits overlap with [SOURCE] button, in some cases even definition overlaps as well. Zooming-in/out doesn’t help.
Here is what I get:
After roll back to old version everything works fine, Also, I’ve noticed in pytorch repo that they’re using sphinx==2.4.4
, I’ve tried that version and it works well too.
Environment
sphinx==3.1
Issue Analytics
- State:
- Created 3 years ago
- Comments:7
Top Results From Across the Web
Sphinx Documentation - Read the Docs
Sphinx is a documentation generator or a tool that translates a set of plain text source files into various output formats,.
Read more >Plotly plots rendered by nbsphinx not showing in ... - GitHub
Plotly plots rendered by nbsphinx show (both locally and remotely) when using Alabaster just fine, but they don't show at all when using...
Read more >more_autodoc.overloads — sphinx-toolbox 3.2.0 documentation
The location to display overloads at: 'signature' – Display overloads above the function signature. 'top' – Display overloads at the top of the...
Read more >Gst-nvinfer — DeepStream 6.1.1 Release documentation
Property Meaning Network Types. / Applic...
num‑detected‑classes Number of classes detected by the network Detector. Both
tensor‑meta‑pool‑size Size of the output tensor meta pool All....
Read more >Release Notes — Airflow Documentation
However, since Airflow 2.0 DAG Serialization is a hard requirement and the Webserver used the serialized DAGs, there is no need to kill...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
With #1374 (from netlify preview):
@trsvchn thanks for details, seems like we have no choice here. However, we wanted to update to 3.1 due to https://github.com/pytorch/ignite/issues/1273 . I think we have to downgrade to 2.4.4 and try to autogenerate toc tree somehow differently. If you guys have other ideas, we are open for that 😃
cc @theodumont for visibility