summaryrefslogtreecommitdiff
path: root/sphinx/config.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.x'Takeshi KOMIYA2020-07-051-7/+7
|\
| * Fix exception causes all over the codebaseRam Rachum2020-06-141-7/+7
* | Merge branch '3.x'Takeshi KOMIYA2020-06-041-1/+1
|\ \ | |/
| * Merge branch '3.0.x' into 3.xTakeshi KOMIYA2020-06-031-1/+1
| |\
| | * Fix mypy violations (with mypy-0.780)Takeshi KOMIYA2020-06-031-1/+1
| * | Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-031-1/+1
| |/
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-22/+0
* | Merge branch '3.x'Takeshi KOMIYA2020-04-061-5/+5
|\ \ | |/
| * Fix #7409: Convert configuration values on late config-inited eventTakeshi KOMIYA2020-04-051-5/+5
* | Deprecate sphinx.util.pycompat.execfile_()Takeshi KOMIYA2020-03-161-3/+4
* | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-071-2/+2
* | Use typing.NamedTuple instead of collections.namedtuple as possibleTakeshi KOMIYA2020-03-071-3/+5
|/
* Close #7108: Allow to show an error message from conf.py via ConfigErrorTakeshi KOMIYA2020-02-101-0/+3
* Merge branch '2.0'Takeshi KOMIYA2020-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2020-01-011-1/+1
| * mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-1/+1
* | Merge branch '2.0'Takeshi KOMIYA2019-12-251-59/+34
|\ \ | |/
| * Migrate to py3 style type annotation: sphinx.configTakeshi KOMIYA2019-12-251-63/+36
* | Merge branch '2.0'Takeshi KOMIYA2019-12-161-0/+6
|\ \ | |/
| * Fix #6900: sphinx-build: -D option does not considers 0 and 1 as a boolean valueTakeshi KOMIYA2019-12-151-0/+6
* | Merge branch '2.0'Takeshi KOMIYA2019-11-301-5/+5
|\ \ | |/
| * Fix #6848: config.py shouldn't pop extensions from overridesTakeshi KOMIYA2019-11-201-5/+5
* | Merge branch '2.0'Takeshi KOMIYA2019-11-171-0/+1
|\ \ | |/
| * Close #1331: Change default User-Agent headerTakeshi KOMIYA2019-10-271-0/+1
* | Drop features and APIs deprecated in 1.8Takeshi KOMIYA2019-03-301-34/+3
|/
* Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+1
* refactor: Move NoneType to sphinx.util.typingTakeshi KOMIYA2019-02-111-1/+2
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Replace use of six.text_type with strJon Dufresne2018-12-181-4/+2
* | Merge pull request #5819 from jdufresne/coding-commentTakeshi KOMIYA2018-12-171-1/+0
|\ \
| * | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | | Deprecate sphinx.config.string_classes; remove all internal usesJon Dufresne2018-12-161-9/+10
|/ /
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-2/+2
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-19/+18
* | refactor: Replace six.integer_types by intTakeshi KOMIYA2018-12-151-2/+2
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-3/+3
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Deprecate evaluating Python 2 syntax in configuration filesJon Dufresne2018-11-221-2/+1
* | Replace six.string_types with native strJon Dufresne2018-11-211-7/+7
* | Add a handler to migrate master_doc from "contents" to "index"Takeshi KOMIYA2018-11-211-1/+18
* | Always prefer dict literals over calls to dict()Jon Dufresne2018-11-131-55/+55
* | Remove use of six.binary_typeJon Dufresne2018-11-111-3/+6
* | Merge branch '1.8'Takeshi KOMIYA2018-11-011-3/+3
|\ \ | |/
| * Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA2018-10-171-3/+3
* | Merge branch '1.8'Takeshi KOMIYA2018-10-161-1/+1
|\ \ | |/
| * Fix mypy violationsTakeshi KOMIYA2018-10-161-1/+1
* | Fix lintPaul Melnikow2018-10-051-1/+3
* | Improve error message when config fails type checkPaul Melnikow2018-10-021-5/+10
* | Merge branch 'master' into change_master_doc_to_indexTakeshi KOMIYA2018-09-291-22/+38
|\ \