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
path: root/sphinx
AgeCommit message (Expand)Author
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-24Fix annotations for app.add_nodes() and related functionsTakeshi KOMIYA
2018-11-23Fix annotations for util.nodesTakeshi KOMIYA
2018-11-23Fix annotations for rolesTakeshi KOMIYA
2018-11-23Fix annotations for registryTakeshi KOMIYA
2018-11-23Merge pull request #5662 from tk0miya/fix_typehints_for_rolesTakeshi KOMIYA
2018-11-23Merge pull request #5661 from tk0miya/fix_typehints_for_transformsTakeshi KOMIYA
2018-11-23Adjust type annotations for roles to docutils'Takeshi KOMIYA
2018-11-23Adjust type annotations for transforms to docutils'Takeshi KOMIYA
2018-11-23Deprecate evaluating Python 2 syntax in configuration filesJon Dufresne
2018-11-22Merge pull request #5653 from jdufresne/string_typesTakeshi KOMIYA
2018-11-22Merge branch 'master' of github.com:sphinx-doc/sphinxTakeshi KOMIYA
2018-11-22Merge branch '1.8'Takeshi KOMIYA
2018-11-22LaTeX: ignore global document class options in sphinxcyrillic.styjfbu
2018-11-22Merge pull request #5645 from jfbu/latex_greek_cyrillic_lettersJean-François B
2018-11-22 new file: sphinx/texinputs/sphinxcyrillic.styjfbu
2018-11-22LaTeX: font choices for Greek and Cyrillic support, and (Xe|Lua)LaTeXjfbu
2018-11-21Replace six.string_types with native strJon Dufresne
2018-11-21Merge pull request #5640 from jdufresne/makedirsTakeshi KOMIYA
2018-11-21Replace six.exec_() with Python 3 built-in exec()Jon Dufresne
2018-11-21Simplify ensuredir() with Python3 stdlib featuresJon Dufresne
2018-11-21Add IndexEntry class to represent an entry of indicesTakeshi KOMIYA
2018-11-20Update type hints to text writerTakeshi KOMIYA
2018-11-20Update type hints to texinfo writerTakeshi KOMIYA
2018-11-20Update type hints to manpage writerTakeshi KOMIYA
2018-11-20Update type hints to LaTeX writerTakeshi KOMIYA
2018-11-20Update type hints to HTML5 writerTakeshi KOMIYA
2018-11-20Update type hints to HTML4 writerTakeshi KOMIYA
2018-11-20Merge pull request #5649 from tk0miya/fix_annotations_latex_writerTakeshi KOMIYA
2018-11-20Merge pull request #5638 from tk0miya/5385_master_doc_migratorTakeshi KOMIYA
2018-11-20Merge pull request #5596 from cocoatomo/xrefrole-constructorTakeshi KOMIYA
2018-11-20Add a handler to migrate master_doc from "contents" to "index"Takeshi KOMIYA
2018-11-20Fix type annotations for LaTeX writerTakeshi KOMIYA
2018-11-18LaTeX: update sphinx.sty version and datejfbu
2018-11-18Merge pull request #5630 from jfbu/5520_latex_caption_packageJean-François B
2018-11-18LaTeX: add a commentjfbu
2018-11-18LaTeX: compatibility with captions package, last partjfbu
2018-11-18LaTeX: compatibility with caption package, 2nd partjfbu
2018-11-17Load CMU by filename, not font name, for XeLaTeXjfbu
2018-11-17Fix flake8jfbu
2018-11-16LaTeX: support for Greek and Cyrillicjfbu
2018-11-16Fix two nits with the TextBuilder classStephen Finucane
2018-11-16Partially revert "Simplify XRefRole constructor"cocoatomo
2018-11-14Merge pull request #5621 from jdufresne/str-bytesTakeshi KOMIYA
2018-11-14Merge pull request #5631 from jdufresne/dictTakeshi KOMIYA
2018-11-14Use super() in SphinxJSONEncoderJon Dufresne
2018-11-14Always prefer dict literals over calls to dict()Jon Dufresne
2018-11-14Fix all BytesWarning identified through testsJon Dufresne
2018-11-14Merge branch '1.8' into 5520_latex_caption_packageJean-François B
2018-11-14LaTeX: compatibility with caption packagejfbu