summaryrefslogtreecommitdiff
path: root/tests/test_build_manpage.py
Commit message (Collapse)AuthorAgeFilesLines
* `.read_text()` -> `.read_text(encoding='utf8')`Adam Turner2022-04-271-4/+4
|
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
|
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
|
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
|
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
|
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
|
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
|
* Add a testcase for #9694Takeshi KOMIYA2021-09-111-0/+12
|
* Fix :samp:`{var}` in manual pages.Martin Liska2021-06-161-0/+5
| | | | | | | When a samp begins with a variable part, it is not unwrapped for manual pages. Fixes #1860.
* Fix #9217: manpage: Dirname of man_make_section_directory is wrongTakeshi KOMIYA2021-05-171-1/+1
| | | | | * Correct: man/man1 * Wrong: man/1
* manpage: Stop creating a section directory on build manpage by defaultTakeshi KOMIYA2021-05-151-6/+6
|
* Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
| | | | | | | | | | | | | | .. 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
* | Close #7996: manpage: Make a section directory on build manpage by defaultTakeshi KOMIYA2020-10-281-6/+6
|/
* Close #7996: manpage: Add man_make_section_directory7996_man_make_section_directoryTakeshi KOMIYA2020-10-031-0/+7
| | | | | | Add a new config variable; man_make_section_directory to make a section directory on build man page. During 3.x, it defaults to False and will be changed to True on 4.0 release.
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-3/+3
|
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
|
* Fix #6331: man: invalid output when doctest follows rubricTakeshi KOMIYA2019-05-061-0/+7
|
* Merge branch '1.8' into 2.0Takeshi KOMIYA2019-03-101-0/+21
|\
| * Fix #3859: manpage: code-block captions are not displayed correctlyTakeshi KOMIYA2019-03-101-0/+21
| |
* | test: Omit master_doc settings from testcasesTakeshi KOMIYA2019-01-031-2/+1
| |
* | Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
| |
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie.
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-4/+4
| |
* | Remove print_function featureTakeshi KOMIYA2018-12-151-1/+0
| |
* | refactor: special rubric for footnotesTakeshi KOMIYA2018-12-101-0/+2
| |
* | quickstart: Simplify generated conf.py (for manpage)Takeshi KOMIYA2018-12-021-2/+16
|/
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
|
* Year++Takeshi KOMIYA2017-03-261-1/+1
|
* pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-2/+2
|
* Fix #1498: manpage writer: don't make whole of item in definition list bold ↵Takeshi KOMIYA2016-03-061-0/+4
| | | | if it includes strong node
* Fix #2060: ``:manpage:`` role uses incorrect style (node)Takeshi KOMIYA2016-01-171-0/+1
| | | | | It should be use bold style to reference man pages in man format. On other formats, it is still represented as emphasis.
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* Add testcase for #1860Takeshi KOMIYA2016-01-081-0/+22