Changelog
*Sourced from [sphinx's changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES).*
> Release 1.8.3 (released Dec 26, 2018)
> =====================================
>
> Features added
> --------------
>
> * LaTeX: it is possible to insert custom material to appear on back of title
> page, see discussion of ``'maketitle'`` key of :confval:`latex_elements`
> (``'manual'`` docclass only)
>
> Bugs fixed
> ----------
>
> * [#5725](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5725): mathjax: Use CDN URL for "latest" version by default
> * [#5460](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5460): html search does not work with some 3rd party themes
> * [#5520](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5520): LaTeX, caption package incompatibility since Sphinx 1.6
> * [#5614](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5614): autodoc: incremental build is broken when builtin modules are imported
> * [#5627](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5627): qthelp: index.html missing in QtHelp
> * [#5659](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5659): linkcheck: crashes for a hyperlink containing multibyte character
> * [#5754](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5754): DOC: Fix some mistakes in :doc:`/latex`
> * [#5810](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5810): LaTeX: sphinxVerbatim requires explicit "hllines" set-up since 1.6.6
> (refs: [#1238](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/1238))
> * [#5636](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5636): C++, fix parsing of floating point literals.
> * [#5496](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5496) (again): C++, fix assertion in partial builds with duplicates.
> * [#5724](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5724): quickstart: sphinx-quickstart fails when $LC_ALL is empty
> * [#1956](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/1956): Default conf.py is not PEP8-compliant
> * [#5849](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5849): LaTeX: document class ``\maketitle`` is overwritten with no
> possibility to use original meaning in place of Sphinx custom one
> * [#5834](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5834): apidoc: wrong help for ``--tocfile``
> * [#5800](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5800): todo: crashed if todo is defined in TextElement
> * [#5846](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5846): htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files
> * htmlhelp: broken .hhk file generated when title contains a double quote
Commits
- [`81328ca`](https://github.com/sphinx-doc/sphinx/commit/81328ca59881e56a90375d60ce50a9de237dbafd) Bump to 1.8.3 final
- [`f8c6c14`](https://github.com/sphinx-doc/sphinx/commit/f8c6c145268a50ed6cadcb39687eaf8850f6e9e0) Merge pull request [#5862](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5862) from tk0miya/refactor_chm_htmlescape
- [`6ffe549`](https://github.com/sphinx-doc/sphinx/commit/6ffe549f492dd8ed9cfcc286449a200a77bff235) refactor chm_htmlescape()
- [`3f92aa7`](https://github.com/sphinx-doc/sphinx/commit/3f92aa7e6a4361f4646126240c9ef9087576bcc4) Remove from CHANGES mention of non-existing 1.7.10 release
- [`503cf9c`](https://github.com/sphinx-doc/sphinx/commit/503cf9c39e829024160145d03bc1e9bc12d65ec9) Merge pull request [#5860](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5860) from animalize/fix_test
- [`9052471`](https://github.com/sphinx-doc/sphinx/commit/9052471e1995c7727c987a7998f5bcac34218550) don't generate build files inside /tests/roots/
- [`cedd94c`](https://github.com/sphinx-doc/sphinx/commit/cedd94c541c242c94e806def7b782521577cda48) [1.8] htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files (...
- [`a77f344`](https://github.com/sphinx-doc/sphinx/commit/a77f344035b3cb18b9fe9a06e41059c654c7dafe) Merge pull request [#5850](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5850) from jfbu/latex_sphinxmaketitle
- [`35d0934`](https://github.com/sphinx-doc/sphinx/commit/35d0934caad6192ad2cbc55e1c9df556b576e4b9) Merge pull request [#5848](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5848) from tk0miya/5800_todo_inside_TextElement
- [`0034664`](https://github.com/sphinx-doc/sphinx/commit/0034664a6e1751d188e4e9cdb9cbe802f13a0994) Update date and version of LaTeX class files
- Additional commits viewable in [compare view](https://github.com/sphinx-doc/sphinx/compare/v1.8.2...v1.8.3)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps sphinx from 1.8.2 to 1.8.3.
Changelog
*Sourced from [sphinx's changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES).* > Release 1.8.3 (released Dec 26, 2018) > ===================================== > > Features added > -------------- > > * LaTeX: it is possible to insert custom material to appear on back of title > page, see discussion of ``'maketitle'`` key of :confval:`latex_elements` > (``'manual'`` docclass only) > > Bugs fixed > ---------- > > * [#5725](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5725): mathjax: Use CDN URL for "latest" version by default > * [#5460](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5460): html search does not work with some 3rd party themes > * [#5520](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5520): LaTeX, caption package incompatibility since Sphinx 1.6 > * [#5614](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5614): autodoc: incremental build is broken when builtin modules are imported > * [#5627](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5627): qthelp: index.html missing in QtHelp > * [#5659](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5659): linkcheck: crashes for a hyperlink containing multibyte character > * [#5754](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5754): DOC: Fix some mistakes in :doc:`/latex` > * [#5810](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5810): LaTeX: sphinxVerbatim requires explicit "hllines" set-up since 1.6.6 > (refs: [#1238](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/1238)) > * [#5636](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5636): C++, fix parsing of floating point literals. > * [#5496](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5496) (again): C++, fix assertion in partial builds with duplicates. > * [#5724](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5724): quickstart: sphinx-quickstart fails when $LC_ALL is empty > * [#1956](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/1956): Default conf.py is not PEP8-compliant > * [#5849](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5849): LaTeX: document class ``\maketitle`` is overwritten with no > possibility to use original meaning in place of Sphinx custom one > * [#5834](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5834): apidoc: wrong help for ``--tocfile`` > * [#5800](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5800): todo: crashed if todo is defined in TextElement > * [#5846](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5846): htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files > * htmlhelp: broken .hhk file generated when title contains a double quoteCommits
- [`81328ca`](https://github.com/sphinx-doc/sphinx/commit/81328ca59881e56a90375d60ce50a9de237dbafd) Bump to 1.8.3 final - [`f8c6c14`](https://github.com/sphinx-doc/sphinx/commit/f8c6c145268a50ed6cadcb39687eaf8850f6e9e0) Merge pull request [#5862](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5862) from tk0miya/refactor_chm_htmlescape - [`6ffe549`](https://github.com/sphinx-doc/sphinx/commit/6ffe549f492dd8ed9cfcc286449a200a77bff235) refactor chm_htmlescape() - [`3f92aa7`](https://github.com/sphinx-doc/sphinx/commit/3f92aa7e6a4361f4646126240c9ef9087576bcc4) Remove from CHANGES mention of non-existing 1.7.10 release - [`503cf9c`](https://github.com/sphinx-doc/sphinx/commit/503cf9c39e829024160145d03bc1e9bc12d65ec9) Merge pull request [#5860](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5860) from animalize/fix_test - [`9052471`](https://github.com/sphinx-doc/sphinx/commit/9052471e1995c7727c987a7998f5bcac34218550) don't generate build files inside /tests/roots/ - [`cedd94c`](https://github.com/sphinx-doc/sphinx/commit/cedd94c541c242c94e806def7b782521577cda48) [1.8] htmlhelp: convert hex escaping to decimal escaping in .hhc/.hhk files (... - [`a77f344`](https://github.com/sphinx-doc/sphinx/commit/a77f344035b3cb18b9fe9a06e41059c654c7dafe) Merge pull request [#5850](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5850) from jfbu/latex_sphinxmaketitle - [`35d0934`](https://github.com/sphinx-doc/sphinx/commit/35d0934caad6192ad2cbc55e1c9df556b576e4b9) Merge pull request [#5848](https://github-redirect.dependabot.com/sphinx-doc/sphinx/issues/5848) from tk0miya/5800_todo_inside_TextElement - [`0034664`](https://github.com/sphinx-doc/sphinx/commit/0034664a6e1751d188e4e9cdb9cbe802f13a0994) Update date and version of LaTeX class files - Additional commits viewable in [compare view](https://github.com/sphinx-doc/sphinx/compare/v1.8.2...v1.8.3)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.