summaryrefslogtreecommitdiff
path: root/sphinx/project.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #7324: Emit a warning if multiple files for same document foundTakeshi KOMIYA2020-03-211-1/+8
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Fix #6813: An orphan warning is emitted for included document on WindowsTakeshi KOMIYA2019-11-161-0/+2
* Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-2/+3
* Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-171-1/+1
* A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-7/+6
* Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* Fix typoTakeshi KOMIYA2018-10-161-1/+1
* Move env.doc2path() and env.path2doc() to Project classTakeshi KOMIYA2018-10-161-7/+43
* Add sphinx.project; a manipulator for project and documentsTakeshi KOMIYA2018-10-161-0/+62