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 (Collapse)Author
2021-03-16Fix #9009: LaTeX: "release" value with underscore leads to invalid LaTeXTakeshi KOMIYA
The "release" variable is not escaped on the LaTeX output.
2021-03-13Merge pull request #8986 from ↵Takeshi KOMIYA
webknjaz/bugfixes/8985-new-style-intersphinx-mapping Make `conf.py` template use new-style interpshinx
2021-03-12Merge branch 'master' into pdf_bookmarksdepthJean-François B
2021-03-12Make `conf.py` template use new-style interpshinxSviatoslav Sydorenko
Fixes #8985
2021-02-28Close #8326: Rename master_doc to root_docTakeshi KOMIYA
To describe the purpose more accurately, the `master_doc` is now renamed to `root_doc`. The old name is still available. But it is recommeneded to use new one from now on.
2021-02-18LaTeX: let bookmarks use high default depthjfbu
Add bookmarksdepth key to latex_elements['sphinxsetup']
2021-01-27Merge branch '3.x'Takeshi KOMIYA
2021-01-26Fix #8442: missing index entries in pdf output with memoir + xindyjfbu
2021-01-25LaTeX: sync pdftex engine default imageresolution with pxunitjfbu
Closes: #8253 The 'pxunit' key from latex_elements instructs how to handle image dimensions specified in px units. But pdftex has \pdfimageresolution which is used when an image file does not provide readable or legit values for the x and/or y resolution. This commit syncs them: from 'pxunit' the default image resolution in pixels per inch (an integer) is computed. This way an image will behave the same if: - it is loaded with no explicit size set, _and_ no readable image resolution data is readable from the file (or that data matches the 'pxunit' setting) - or a size is set in figure directive using px units and equal to the natural pixel size of the image, This also with 'lualatex' but is ignored by with 'xelatex' and 'uplatex'.
2021-01-21LaTeX: update default font configurationjfbu
This replaces times package with tgtermes and tgheros (clones of Times and Helvetica with better LaTeX support) and the monospace font from txfonts package (txtt). This font is better matched with Times-like fonts than Courier clones. The changes applies to pdflatex/platex/uplatex. Fixes: #8711
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
.. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype
2020-11-22Merge branch '3.x'Takeshi KOMIYA
2020-11-19Fix #8437: Do `make clean` in more safe wayTakeshi KOMIYA
When users gives empty BUILDDIR to the `make clean` command on non-make mode, our Makefile will remove all of files of systems via `rm -rf /*`. To prevent the catastrophic operation, this makes the `make clean` command safety.
2020-10-05Update Makefile_tAaron Carlisle
2020-10-05Update make.bat_tAaron Carlisle
2020-10-01Makefiles: Include clean in help messageAaron Carlisle
The make clean help command was missing from all make files.
2020-07-11Cleaner fix for double trailing whitespace apidocAleksaC
2020-07-10Fix double trailing whitespace for apidoc with module firstAleksaC
2020-05-23latex: Allow to add LaTeX package after hyperref loaded via APITakeshi KOMIYA
2020-05-21Fix typo in make.bat_t, https:// linkAllan Nordhøy
2020-03-15* Propagated "maxdepth" recursively through package documents.Sergio Garcia Prado
2020-01-30Merge branch '2.0'Takeshi KOMIYA
2020-01-13Fix #7019: gettext: Absolute path used in message catalogsTakeshi KOMIYA
2020-01-01Merge branch '2.0'Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-15Merge branch '2.0'Takeshi KOMIYA
2019-12-15Close #6781: gettext Add confvals to customize headers of POT fileTakeshi KOMIYA
* gettext_last_translator * gettext_language_team
2019-12-08Merge branch '2.0'Takeshi KOMIYA
2019-12-07Update longtable latex templatejfbu
2019-11-17Merge branch '2.0'Takeshi KOMIYA
2019-11-07gettext: Use template file to generate message catalogTakeshi KOMIYA
2019-11-05Close #6762: latex: Allow to load additonal LaTeX packagesTakeshi KOMIYA
2019-08-18Merge branch '2.0'Takeshi KOMIYA
2019-08-02Update links in quickstart template to save redirectsSteve Piercy
2019-08-01Make imgmath_use_preview work also for svg outputjfbu
2019-06-21Fix #6512: typo in continuation label for tablesTakeshi KOMIYA
2019-06-21Merge branch '2.0'Takeshi KOMIYA
2019-06-16apidoc: template files are renamed to ``.rst_t``Takeshi KOMIYA
2019-06-08Merge branch '2.0'Takeshi KOMIYA
2019-06-07apidoc: Insert newlines between submodulesStephen Finucane
Fix a regression introduced in 2.1.0 where submodules didn't have a newline between them resulting in the following warning: Explicit markup ends without a blank line; unexpected unindent. Signed-off-by: Stephen Finucane <stephen@that.guru> Closes: #6440
2019-05-28Merge branch '2.0'Takeshi KOMIYA
2019-05-13Add %O% option to make.bat templates; update docsBrian Skinn
The make.bat_t and make.bat.new_t templates now pass %O% as well as %SPHINXOPTS% to `sphinx-build`, in parity with Makefile.new_t. The sphinx-build documentation page was updated to explicitly note $(O) and %O% as shortcut variables. Closes #6323, per the comment thread discussion.
2019-05-13Merge branch '2.0'Takeshi KOMIYA
2019-05-13Partially revert #6232, synchronize new Makefile with old (refs: #4092)jfbu
2019-05-12Merge pull request #6341 from tk0miya/4550_centering_tables_using_cssTakeshi KOMIYA
Fix #4550: html: Centering tables by default using CSS
2019-05-06Merge branch '2.0'Takeshi KOMIYA
2019-05-06Merge pull request #6338 from tk0miya/template_for_apidocTakeshi KOMIYA
refactor apidoc: Add templates for generating reST files
2019-05-06Fix #4550: html: Centering tables by default using CSSTakeshi KOMIYA
2019-05-06imgmath: Replace utf8x by utf8 in templates for latex snippetsjfbu