python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to show certain stub files created using autosummary in sphinx as subheadings in the TOC?
I am using autosummary in sphinx to create stub files and document them through the index.rst file. I have a module folder and have some Python files in it. I wanted these Python files to be created a...
Muhammad Mohsin Khan
Votes: 0
Answers: 0
Sphinx can't generate link text as literal
With Markdown, I can simply:
[`a link with monospace font`](https://www.example.com)
a link with monospace font
Note how the above line is properly rendered by SO's MD renderer: the link text is in c...
Leonardo
Votes: 0
Answers: 0
RestructuredText: Enumerated sub-list doesn't not change value
When I try to create a enumerated sub-list in HTML using RestructuredText, the sub-list does not change value in HTML, according to how I wrote it in RST. Below is an example of what I mean.
Here is h...
Layale Haidar
Votes: 0
Answers: 1
How do you embed a <picture> tag in sphinx docs?
I have found the following question:
How do we embed images in sphinx docs?
However this image tag assumes the file is in jpg or png:
.. image:: picture.jpg
:width: 200px
:height: 100px
:scal...
Felixkruemel
Votes: 0
Answers: 2