summaryrefslogtreecommitdiff
path: root/sphinx/config.py
Commit message (Expand)AuthorAgeFilesLines
* Close #9618: i18n: Add gettext_allow_fuzzy_translationsTakeshi KOMIYA2021-11-101-0/+1
* Fix typos discovered by codespellChristian Clauss2021-09-081-1/+1
* Address flake8 errors in whitespace lintingLouis Maddox2021-07-231-1/+2
* Better sphinx.config docstringsLouis Maddox2021-07-181-7/+7
* refactor: Do config file existence check in Config.read()Takeshi KOMIYA2021-05-161-0/+3
* Merge pull request #9131 from RuRo/feature/glob-nitpick-ignoreTakeshi KOMIYA2021-05-051-0/+1
|\
| * implement nitpick_ignore_regexruro2021-05-021-0/+1
* | refactor: Add Optional to type annotationsTakeshi KOMIYA2021-05-031-1/+1
* | 🐛 FIX: `Config.__getitem__` typingChris Sewell2021-04-231-1/+1
|/
* refactor: Use PEP-526 based variable annotationTakeshi KOMIYA2021-04-081-6/+6
* Close #8326: Rename master_doc to root_docTakeshi KOMIYA2021-02-281-9/+10
* Merge branch '3.x'Takeshi KOMIYA2021-01-161-0/+13
|\
| * Close #207: Now highlight_language supports multiple languagesTakeshi KOMIYA2021-01-111-0/+13
* | Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\ \ | |/
| * Merge branch '3.4.x' into 3.xTakeshi KOMIYA2021-01-011-1/+1
| |\
| | * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | | Merge branch '3.x'Takeshi KOMIYA2020-12-291-1/+2
|\ \ \ | |/ /
| * | Close #8132: Add project_copyright confval as an alias of copyrightTakeshi KOMIYA2020-12-271-1/+2
| |/
* | Merge branch '3.x'Takeshi KOMIYA2020-12-201-0/+8
|\ \ | |/
| * Fix #8549: i18n: ``-D gettext_compact=0`` is no longer workingTakeshi KOMIYA2020-12-201-0/+8
* | Remove config variable: source_parsersTakeshi KOMIYA2020-11-151-1/+0
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-5/+3
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-4/+3
* | 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