summaryrefslogtreecommitdiff
path: root/doc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* [doc] Activate the nitpicky option in sphinx build (#6650)Pierre Sassoulas2022-05-221-1/+1
| | | | | | | This will warn about all missing references * Remove references that don't work Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Run ``linkcheck`` and message generation in quiet mode (#6649)Daniël van Noord2022-05-191-2/+2
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* [doc] Move all messages documentation to user_guide/messagesPierre Sassoulas2022-05-181-2/+3
|
* [doc] Clean all generated files in the doc's 'make clean'Pierre Sassoulas2022-05-161-1/+1
|
* [doc] Add a job to install the dependencies before build-htmlPierre Sassoulas2022-05-161-3/+5
|
* [doc] Use a saved environment, do not always read all filesPierre Sassoulas2022-05-161-2/+4
| | | | In the CI we have a fresh environnement, so this option is just making repeated build slower locally
* Makefile that expect the requirements to be installedPierre Sassoulas2022-05-161-6/+6
|
* Update Sphinx makefiles with options used on readthedocsDaniël van Noord2022-04-131-27/+8
|
* Use ``namespace`` in ``--generate-rcfile`` (#6282)Daniël van Noord2022-04-131-10/+0
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Create separate documentation page for each message (#5396)Daniël van Noord2022-01-281-0/+2
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Remove pylint/utils.py from the documentation build since it is not neededClaudiu Popa2019-11-211-2/+0
|
* [doc] Support specifying the Python interpreterBenjamin Drung2018-09-281-2/+3
| | | | | | | | On Debian, the binary `python` will always point to Python 2. When building the documentation, there is no way to change the Python interpreter to Python 3 on Debian. Therefore allow specifying PYTHON to override the Python interpreter.
* Generate example pylintrc and man page with /dev/null pylintrcVille Skyttä2018-06-131-2/+2
| | | | To avoid e.g. user pylintrc affecting the output.
* Install python-docs-theme before building the odocumentationClaudiu Popa2018-06-051-0/+6
|
* Move parts of the documentation into their own folder section.Claudiu Popa2016-08-141-1/+1
|
* Automatic generation of extensions.rst (#988)Glenn Matthews2016-07-101-8/+12
|
* Make the doc buildable using the current checkoutSandro Tosi2015-03-011-1/+2
| | | | | | | | | | Passing the PYTHONPATH from the command line, and setting PATH to the built script, this change will make it possible to use the built code used instead of the system-wide installation to build the documentation. Usage example: PATH=./build/scripts-2.7:$PATH make -C doc html PYTHONPATH=./build/lib
* Add new '-j' option for running checks in sub-processes.Claudiu Popa2014-10-151-1/+1
| | | | Patch by Michal Nowikowski.
* [doc] fix makefile to ensure features.rst is systemactically regeneratedSylvain Thénault2013-09-251-2/+2
|
* [doc] continue refactoringNicolas Chauvat2013-04-291-2/+1
|
* [doc gen] fix feature.rst generation rule in Makefile and remove it from hgSylvain Thénault2013-04-251-11/+10
|
* [doc] redo some of my changes after rebasing nico's changes; rm former ↵Sylvain Thénault2013-04-171-1/+1
| | | | manual/quickstart
* [doc] complete refactoringNicolas Chauvat2013-04-061-1/+24
|
* [doc] generate documentation with sphinxNicolas Chauvat2013-04-041-0/+130