summaryrefslogtreecommitdiff
path: root/doc/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* Move informations that never change in the setup.pyPierre Sassoulas2021-04-051-2/+2
|
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-1/+1
|
* Chore: use https links (#3679)谭九鼎2020-06-111-2/+2
|
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-1/+0
| | | | | | | | | | | | | using configuration: ```yaml - repo: https://github.com/asottile/pyupgrade rev: v2.1.0 hooks: - id: pyupgrade args: [--py3-plus, --keep-percent-format] exclude: ^tests/(extensions/data/|functional/|input/|regrtest_data/) ```
* [black style] Apply black style on unformatted python filePierre Sassoulas2019-07-221-1/+1
|
* Fix misspellings in documentation (#2922)Nick Smith2019-05-191-1/+1
|
* Fix last updated date in sphinx documentation (#2828)Dan Hemberger2019-03-241-1/+1
| | | | The "last updated" date was displaying as "None", which we can fix by uncommenting `html_last_updated_fmt` in the sphinx configuration.
* Style - Re-Apply black following the isort cleanupPierre Sassoulas2019-03-201-64/+63
| | | | Change with isort triggered change with black.
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-7/+8
|
* Drop the _static folder and update the release datepylint-2.1.0Claudiu Popa2018-08-011-1/+1
|
* Prefix rst autolabels with filename to prevent collisions from includeBryce Guinta2018-08-011-0/+4
| | | | Fix cross reference labels
* Link to pycqa metaMariatta2018-06-051-1/+1
|
* Set the title to PyCQA instead of Python.Mariatta Wijaya2018-06-051-0/+2
| | | | Link to https://pylint.pycqa.org
* Use python-docs-themeMariatta Wijaya2018-06-051-4/+14
| | | | Closes https://github.com/PyCQA/pylint/issues/2167
* pyupgrade (#2136)Anthony Sottile2018-05-221-5/+5
|
* readthedocs does not run on Python 3.6 apparentlyClaudiu Popa2018-03-111-1/+2
|
* Make the current year dynamicClaudiu Popa2018-03-111-2/+4
|
* Disable smartquotes when generating the doc to get double dash processed ↵Claudiu Popa2018-03-101-3/+1
| | | | correctly. Close #1916
* Expanded documentation for new contributors (#1569)Ashley Whetter2017-07-121-4/+12
|
* Remove hard coded cross referencesClaudiu Popa2017-07-081-1/+3
|
* Add missing contributors.Claudiu Popa2016-08-141-1/+1
|
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-1/+1
| | | | | This was changed automatically in #894, but apparently we need to have the copyright notice somewhere.
* Automatic generation of extensions.rst (#988)Glenn Matthews2016-07-101-1/+1
|
* Add a Sphinx hook for generating the features file of Pylint's documentationClaudiu Popa2016-07-061-2/+2
| | | | | | | Currently we can generate this locally using the makefiles, but, unfortunately, on ReadThedocs we are running only sphinx-build, which means that we have no pre-generated features.rst file before actually building the documentation. This commit just adds one, which does the same thing as the makefiles.
* Switch to nature theme.Claudiu Popa2016-07-031-1/+1
|
* Remove references to bitbucket from the documentation.Claudiu Popa2016-06-291-3/+3
|
* ensure doc has the correct versionSylvain Thénault2014-04-221-2/+2
|
* [doc] update versionDavid Douard2014-01-101-3/+3
|
* Packaging fixes:grizzly.nyo@gmail.com2013-08-311-2/+2
| | | | | * update version string for docs * doc's conf.py was missing in sdist
* [doc] generate documentation with sphinxNicolas Chauvat2013-04-041-0/+216