summaryrefslogtreecommitdiffstats
path: root/Doc/make.bat
Commit message (Collapse)AuthorAgeFilesLines
* Ensure correct version of Sphinx is used for Windows builds (GH-20582)Miss Islington (bot)2020-06-011-1/+1
| | | | | (cherry picked from commit fe5dd78182dbf4937bcc2b113ca7526bfad0192b) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-39041: Add GitHub Actions support (GH-17594)Miss Islington (bot)2020-01-061-3/+3
| | | | | (cherry picked from commit a76ba362c4d86adf5e7f8254398135d12d7afd25) Co-authored-by: Steve Dower <steve.dower@python.org>
* Implement Windows release builds in Azure Pipelines (GH-14065)Steve Dower2019-06-141-1/+1
| | | Includes backported fixes from GH-14091
* bpo-35374: Avoid trailing space in hhc file name if found on PATH. (GH-10849)chrullrich2019-01-081-1/+1
|
* bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file ↵Steve Dower2018-12-201-7/+6
| | | | (GH-11224)
* bpo-34977: Add Windows App Store package (GH-11027)Steve Dower2018-12-111-0/+4
| | | Also adds the PC/layout script for generating layouts on Windows.
* Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)Victor Stinner2018-12-071-2/+0
| | | This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad.
* bpo-34977: Add Windows App Store package (GH-10245)Steve Dower2018-12-071-0/+2
|
* bpo-34006: Revert line length limit for Windows help docs (GH-8051)Zachary Ware2018-07-021-0/+3
| | | | The line-length limit is not needed because the pages appear in a separate app rather than on a browser tab. It can also interact badly with the DPI setting.
* bpo-33831: Make htmlview run again (GH-7628)Andrés Delfino2018-06-111-1/+1
|
* bpo-33696: Install python-docs-theme even if SPHINXBUILD is defined (GH-7242)Andrés Delfino2018-05-301-9/+7
|
* bpo-33670: Expose Sphinx errorlevel (GH-7156)Andrés Delfino2018-05-281-1/+1
|
* bpo-33673: Install python-docs-theme even if Sphinx is already installed ↵Andrés Delfino2018-05-281-1/+7
| | | | (GH-7163)
* bpo-33522: Enable CI builds on Visual Studio Team Services (#6865)Steve Dower2018-05-161-4/+6
|
* bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)Stefan Grönke2017-09-251-1/+1
|
* Fix build issues in Doc/make.bat (#3658)Steve Dower2017-09-191-8/+10
|
* bpo-31340: Change to building with MSVC v141 (included with Visual Studio ↵Steve Dower2017-09-061-0/+24
| | | | 2017) (#3311)
* Fixes doc/make.bat to properly handle quoted paths. (#3302)Steve Dower2017-09-041-8/+8
|
* [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)Steve Dower2017-07-171-1/+12
| | | Updates ssl and tkinter projects to use pre-built externals
* Show what's changed when Travis fails regen check (GH-2095)Zachary Ware2017-06-111-130/+130
| | | Also fixed a few more line endings that were missed in GH-840, which were causing failure.
* Rename Doc/README.txt to Doc/README.rst and add formatting (#104)Roger2017-02-151-1/+1
| | | | | | | | | | | | | | | | * Reformat Doc/README.txt to Doc/README.rst * Update mention of Doc/README.rst * Update mention of README.txt to README.rst * Make line fold * rstlint ignore Doc/README.rst * conf.py ignore Doc/README.rst * Update issue tracker url in Docs/README.rst
* bpo-29521 Fix two minor documentation build warnings (#41)Jim DeLaHunt2017-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Much of bpo-29521 was fixed in parallel with commit e7ffb99 . This cleans up the rest. Apply parallel change to Doc/make.bat to read "set SPHINXOPTS=-D latex_elements.papersize=" I don't have a Windows system on which to observe the warning, but it should be necessary. The warning: .../workspace/cpython_github/Doc/faq/windows.rst:303: WARNING: unknown option: -t In the Windows FAQ, `How do I keep editors from inserting tabs into my Python source?`, contained a reference to a Python -t option. In Python 2.x, this caused Python to issue warnings about lines with mixed spaces and tabs, but as of Python 3.6 it does nothing. Per discussion at http://bugs.python.org/issue29387, take their wording. Python [3] raises an IndentationError or TabError. Tabnanny is now a module.
* Prevents unnecessary help text appearing in doc build.Steve Dower2016-09-061-1/+1
|
* Fixes argument handling in build.bat and HHC searchSteve Dower2015-07-211-10/+7
|
* Closes #17202: Merge with 3.4Zachary Ware2015-04-131-133/+133
|\
| * Issue #17202: Add .bat to .hgeol to force them to CRLF.Zachary Ware2015-04-131-124/+124
| | | | | | | | | | Using LF can a script to fail if it tries to use a label that is split across 512 byte blocks. Who knows why.
| * Amend b8ebf381390f: find patchlevel.py in extensions.Martin v. Löwis2015-02-091-1/+1
| |
| * Move Doc/tools/sphinxext content to Doc/tools, there is no need for the ↵Georg Brandl2014-09-301-1/+1
| | | | | | | | nested subdirectory anymore.
* | Improve Windows release scriptsSteve Dower2015-02-081-7/+11
| |
* | Issue #23260: Update Windows installerSteve Dower2015-02-061-5/+10
| |
* | Move Doc/tools/sphinxext content to Doc/tools, there is no need for the ↵Georg Brandl2014-09-301-1/+1
|/ | | | nested subdirectory anymore.
* Issue #21688: Give informative error message when hhc.exe cannot be found.Zachary Ware2014-06-101-0/+9
| | | | Initial patch by Olive Kilburn.
* Issue #17386: Expand Doc/make.bat to be much more similar to Doc/MakefileZachary Ware2014-04-291-23/+98
|
* Issue #21289: Fix documentation building on Windows using Doc/make.bat.Zachary Ware2014-04-181-3/+3
| | | | | | Also fixes a long-standing typo in Doc/README.txt. Initial patch by Dave Sawyer.
* Doc: do not rely on checked-out Sphinx toolchain from svn.python.org anymoreGeorg Brandl2014-02-161-19/+0
| | | | | | | | | Nowadays it is likely that people will have Sphinx installed, and if not, they will know how to install it. This also simplifies life a lot for distribution packagers, who typically do not want the doc build process to connect to external web resources.
* Closes #20258: Sphinx toolchain: move back to Jinja2 2.3.1 with support for ↵Georg Brandl2014-01-141-1/+1
| | | | Py2.5.
* Doc: update Sphinx toolchain also in make.batGeorg Brandl2014-01-121-4/+4
|
* Merge with 3.2: Issue #17386Terry Jan Reedy2013-03-141-1/+1
|\
| * Issue #17386 make.bat must run with Python 2 until Sphinx runs with Python 3.Terry Jan Reedy2013-03-141-1/+1
| | | | | | | | | | If PYTHON is undefined, this fails without the launcher (installed with 3.3 or from PyPI), but this is better than always failing. Patch from Zachary Ware.
| * Add updated .hgeol file and fix newlines in the 3.2 branch.Georg Brandl2011-03-051-59/+59
| |
* | Use newer version of Pygments that handles "yield from".Georg Brandl2012-09-301-1/+1
| |
* | Make svn:eol-style's more consistentAntoine Pitrou2011-02-251-59/+59
|/
* Update to 1.0.7.Georg Brandl2011-01-151-1/+1
|
* Switch to Sphinx 1.0.5.Georg Brandl2010-11-121-1/+1
|
* Update to Sphin 1.0.4.Georg Brandl2010-10-061-1/+1
|
* Update copyright years and add releases to release list. Also update Sphinx ↵Georg Brandl2010-07-311-1/+1
| | | | version number.
* Merged revisions 78910 via svnmerge fromGeorg Brandl2010-03-131-4/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78910 | georg.brandl | 2010-03-13 11:54:12 +0100 (Sa, 13 Mär 2010) | 1 line Bump externals versions for doc build. ........
* Merged revisions 77151-77152 via svnmerge fromBenjamin Peterson2009-12-311-1/+1
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77151 | georg.brandl | 2009-12-30 12:32:50 -0600 (Wed, 30 Dec 2009) | 1 line #7487: update Pygments version. ........ r77152 | georg.brandl | 2009-12-30 12:36:09 -0600 (Wed, 30 Dec 2009) | 1 line #7602: improve "clean" and "checkout" targets now that all tools are in externals. ........
* Merged revisions 76255 via svnmerge fromBenjamin Peterson2009-11-131-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76255 | benjamin.peterson | 2009-11-13 17:11:54 -0600 (Fri, 13 Nov 2009) | 1 line use Sphinx 0.6.3 ........
* Merged revisions 73669 via svnmerge fromBenjamin Peterson2009-06-291-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73669 | benjamin.peterson | 2009-06-28 22:30:55 -0500 (Sun, 28 Jun 2009) | 1 line update to sphinx 0.6.2 ........