aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/sphinx/conf.py
Commit message (Collapse)AuthorAge
* Add introduction and credits to the TOC.Gravatar Théo Zimmermann2018-06-17
| | | | Move credits to its own chapter (closes #6573).
* [doc] Disable smartquotes conversionGravatar Clément Pit-Claudel2018-06-08
| | | | Closes GH-7742.
* [doc] Add a setting to warn about empty Coq objectsGravatar Clément Pit-Claudel2018-05-22
|
* [doc] Add a README to doc/sphinx/Gravatar Clément Pit-Claudel2018-05-15
| | | | | The readme is auto-generated by combining introductory text with the docstrings in coqdomain.py.
* [Sphinx] Add creditsGravatar Maxime Dénès2018-03-15
|
* [Sphinx] Add introductionGravatar Maxime Dénès2018-03-13
| | | | I backported changes done to the LaTeX manual.
* [Sphinx] Add "edit on github"Gravatar Maxime Dénès2018-03-13
|
* [Sphinx] Update some metadataGravatar Maxime Dénès2018-03-13
|
* [Sphinx] Read version number from configureGravatar Maxime Dénès2018-03-13
|
* [Sphinx] Comment out metadata for unused backendsGravatar Maxime Dénès2018-03-13
|
* [Sphinx] Remove information for .chm backendGravatar Maxime Dénès2018-03-13
|
* Integration of a sphinx-based documentation generator.Gravatar Maxime Dénès2018-03-09
The original contribution is from Clément Pit-Claudel. I updated his code and integrated it with the Coq build system. Many improvements by Paul Steckler (MIT). This commit adds the infrastructure but no content.