Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nemani/sphinx-bug-report-example


https://github.com/nemani/sphinx-bug-report-example

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

### Example Repo to showcase bug in sphinx autodoc

While working on some related project we noticed that autodoc does not generate valid xml output
when we use params in docstrings. This repo serves as an example for the same.

Steps to reproduce:
1. Install sphinx
2. cd docs
3. make xml
4. `xmllint --noout docs/build/xml/index.xml`

xmllint errors:
```
docs/build/xml/index.xml:19: namespace error : Namespace prefix py for class on literal_strong is not defined
ph>