-
the make docx function making a word document only with the first level of tree
word:
![image](https://user-images.githubusercontent.com/19548879/37907510-fed27dba-310d-11e8-959b-5210e1ad0192.png)
…
-
We need a comprehensive "data dictionary" of all fields that may be present in a ScanCode output file.
The minimum requirement is a list of fields with type (single value, list or ?) and descriptio…
-
```
To avoid duplication (and make the docs more complete), the docs should
transclude docstrings for functions and classes. Some of the information
currently only in the docs should be moved to docst…
-
**_Reported by Inaky Perez-Gonzalez:_**
Sphinx fixed https://github.com/michaeljones/breathe/issues/267, which will be released into 1.5.
When said release is available, we can remove workaround h…
-
As discussed in #2266, this apparently doesn't work yet:
```
# See http://stackoverflow.com/questions/3203286/how-to-create-a-read-only-class-property-in-python
from typing import *
T = Type…
-
My attempts to [provide an installer for the shared Blosc library](https://github.com/Blosc/pycblosc/blob/master/setup.py#L7) ended with the RTFD not being able to recognize the shared libraries. Her…
-
### Describe the bug
Over at Pytorch/vision, we moved from Sphinx 2.x to Sphinx 3.5.4. When rendering python functions with annotations, the rendering looks like this (the raw html is in the detail, …
-
First of all currently it is not possible to use straight `sphinx-build` command to build documentation out of source tree
```console
+ /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man
…
-
I was following [CONTRIBUTING docs](https://github.com/d2l-ai/d2l-en/blob/master/CONTRIBUTING.md#how-to-change-code-in-one-of-the-frameworks) to work on an issue raised earlier today in `d2l-en`
Wh…
-
`sage_getargspec` seems broken for functions with keyword-only arguments.
In #31307, the sphinx documentation for
```
@staticmethod
def random_element(m, n, bound=5, special_probability=0.2,
…