Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-23Address flake8 errors in whitespace lintingLouis Maddox
2021-07-18Improvements to sphinx.application docstringsLouis Maddox
2021-06-14Merge branch '4.x' into humitos/add-html-assets-in-all-pagesManuel Kaufmann
2021-06-14Rename variable to `html_assets_policy`Manuel Kaufmann
2021-06-05fix: Fix typo in add_directive docstringJames McKinney
2021-05-21Merge pull request #9242 from tk0miya/refactor_env2Takeshi KOMIYA
2021-05-21refactor: Make the app argument for BuildEnvironment requiredTakeshi KOMIYA
2021-05-19Merge pull request #9239 from igo95862/https-linksTakeshi KOMIYA
2021-05-16refactor: Do config file existence check in Config.read()Takeshi KOMIYA
2021-05-16doc: Upgrade docutils.sourceforge.io links to HTTPSigo95862
2021-05-11Deprecate app.html_themesTakeshi KOMIYA
2021-05-09refactor: Add Optional to type annotationsTakeshi KOMIYA
2021-05-06Add `Sphinx.add_html_assets_in_all_pages`Manuel Kaufmann
2021-04-09Merge branch 'master' into patch-1Takeshi KOMIYA
2021-04-09Depart method for node is optionalMartin Hasoň
2021-04-08Merge pull request #9064 from tk0miya/refactor_type_annotationTakeshi KOMIYA
2021-04-07refactor: Add Optional to type annotationsTakeshi KOMIYA
2021-04-07refactor: Use PEP-526 based variable annotationTakeshi KOMIYA
2021-04-04refactor: use raw Type for type annotationsTakeshi KOMIYA
2021-03-09doc: Link autodoc tutorial in add_autodocumenter docstringigo95862
2021-02-09Update type annotationsTakeshi KOMIYA
2021-01-27Merge branch '3.x'Takeshi KOMIYA
2021-01-25doc: Apply :params: to some APIs in app classTakeshi KOMIYA
2021-01-24Merge branch '3.x'Takeshi KOMIYA
2021-01-24Merge pull request #8744 from tk0miya/refactor_doc4Takeshi KOMIYA
2021-01-24Merge branch '3.x'Takeshi KOMIYA
2021-01-24Update sphinx/application.pyTakeshi KOMIYA
2021-01-23doc: Apply :params: to some APIs in app classTakeshi KOMIYA
2021-01-23Fix #8054: Add explanation for types argument of add_config_value()Takeshi KOMIYA
2021-01-07Merge branch '3.x'Takeshi KOMIYA
2021-01-06Close #6241: html: Allow to add JS/CSS files to the specific pageTakeshi KOMIYA
2021-01-02refactor: Move CSS tags in basic/layout.html to ``css_files`` variableTakeshi KOMIYA
2021-01-02Merge branch '3.x'Takeshi KOMIYA
2021-01-02doc: Add explanation about stable sort of html_*_filesTakeshi KOMIYA
2021-01-01Close #8634: html: Allow to change the order of JS/CSSTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-20Merge branch '3.x'Takeshi KOMIYA
2020-11-12Fix #8398: Fix type annotation for "confdir" of Sphinx.__init__()Takeshi KOMIYA
2020-11-12Merge branch '3.3.x' into 3.xTakeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-11-09Put system locale path after the paths specified by configurationDmitry Shachnev
2020-10-24Merge branch '3.x'Takeshi KOMIYA
2020-10-05Merge pull request #8281 from tk0miya/8073_update_directive_exampleTakeshi KOMIYA
2020-10-05Merge pull request #8280 from tk0miya/refactor_add_source_parserTakeshi KOMIYA
2020-10-04Merge branch '3.x' into masterTakeshi KOMIYA
2020-10-04docs: Fix an example for add_directive()Takeshi KOMIYA
2020-10-04refactor: Change signature of app.add_source_parser()Takeshi KOMIYA
2020-10-04docs: Add documentation for "override" flag of app APITakeshi KOMIYA