-
I am getting this odd error that I can seem to solve:
```
[CPython36-release] preparing documents... done …
-
In my `conf.py` I have:
```python
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
'sphinx.ext.extlinks',
]
# Example configuration fo…
-
Like https://github.com/lambdalisue/django-inspectional-registration/issues/11#issuecomment-189370666
But....... Well........ English.....
#### How to add document
##### From source code
1. Write `do…
-
### Bug Description
originally reported by @daniel-range
In the new documentation site, to find the documentation on the website there is a link you can use to access. Shown below.
![Screensh…
-
Apply Github actions for:
- [x] pytest
- [x] Codecoverage
- [x] sphinx documentation
- [x] pypi deployment
- [x] branching system
- [x] auto update version numer in project toml
- [ ] make link…
-
Continue work started by @arulalant to add reST docs for open-tamil classes and methods.
Currently the following modules are exported to user as API via pip install.
1. tamil
2. transliterate
3.…
-
**Describe the bug**
I have a library module where functions have decorator versions generated for them via a factory function. The newly generated decorators have docstrings inherited from the base …
-
First of all, thanks a ton for SQLAlchemy -- it's been absolutely invaluable to my work.
**Describe the bug**
I'm using `declared_attr` and `hybrid_property` throughout one of my codebases. That…
-
Hi,
I have noticed that using mock-imported objects as typehints within classes that inherit `BaseModel` causes the documentation to fail to build.
For example, `mock_issue.py`
```
from pyda…
-
### Describe the bug
When generating our doc, with `make html`, I get this error:
```
dumping search index in English (code: en)... indexer_dumps_unicode
failed
Exception occurred:
File …