-
```
+ sphinx-build -b html -d python-pyudev doc .
Running Sphinx v3.2.1
loading intersphinx inventory from http://docs.python.org/objects.inv...
loading intersphinx inventory from http://pytest.or…
-
### Describe the bug
When autodoc-ing a `functools.singledispatchmethod`, the `MethodDocumenter` for the registered dispatchers do not receive/parse a valid `fullname`, which then cause the event han…
-
I have a type alias defined using NewType:
```python
OutcomeUtilityMapping = NewType(
"OutcomeUtilityMapping",
Union[
Callable[[Union["Outcome", int, str, float]], "UtilityValue"]…
-
### Polars version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Pola…
-
Starting with Sphinx 8, use of sphinxcontrib-redoc produces the following warning for any build after the first:
```
WARNING: Aborted attempted copy from /home/eagle/lsst/gafaelfawr/.tox/docs/lib/…
-
As it stands now, all documentation resides in a separate doc directory, which means that users that want to learn the API either have to build documentation from that directory, or visit the online d…
-
**Describe the bug**
Incorrect display of function/class argument types in documentation.
**Expected behavior**
I would expect to just see a display of arguments with a simple type e.g. my functi…
-
#### General informations
- system/distribution (with version): openSUSE Tumblewed
- offlineimap version (`offlineimap -V`): 7.2.0
- Python version: 2.7.5
- Python Sphinx 1.7.4
#### Logs, err…
-
**Describe the bug**
Pygobject programs' custom widgets require gtk resources to be loaded before actual import. I tried importing such resources in the sphinx `conf.py`, but apparently they are alre…
-
### Describe the problem
I am using JB to write documentation for a client library. My last chapter contains "API Reference" , and I build this section using an API.rst file which I refer to in _to…