Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sphinx strictness-related failures #2430

Merged
merged 3 commits into from Oct 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 10 additions & 10 deletions CHANGES.rst
Expand Up @@ -3080,7 +3080,7 @@ process to fail and PyPI uploads no longer accept files for 13.0.
connection.

Backward-Incompatible Changes
=============================
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This release includes a couple of backward-incompatible changes, but most if
not all users will find 1.0 a drop-in replacement for 0.9.
Expand Down Expand Up @@ -3670,20 +3670,20 @@ how it parses version numbers.
-----

setuptools
==========
^^^^^^^^^^

* Fixed a bunch of calls to file() that caused crashes on Python 3.

bootstrapping
=============
^^^^^^^^^^^^^

* Fixed a bug in sorting that caused bootstrap to fail on Python 3.

0.6.2
-----

setuptools
==========
^^^^^^^^^^

* Added Python 3 support; see docs/python3.txt.
This closes Old Setuptools #39.
Expand All @@ -3701,7 +3701,7 @@ setuptools
This closes Old Setuptools #41.

bootstrapping
=============
^^^^^^^^^^^^^

* Fixed bootstrap not working on Windows. This closes issue Distribute #49.

Expand All @@ -3714,7 +3714,7 @@ bootstrapping
-----

setuptools
==========
^^^^^^^^^^

* package_index.urlopen now catches BadStatusLine and malformed url errors.
This closes Distribute #16 and Distribute #18.
Expand All @@ -3731,7 +3731,7 @@ setuptools


bootstrapping
=============
^^^^^^^^^^^^^

* The boostrap process leave setuptools alone if detected in the system
and --root or --prefix is provided, but is not in the same location.
Expand All @@ -3741,7 +3741,7 @@ bootstrapping
---

setuptools
==========
^^^^^^^^^^

* Packages required at build time where not fully present at install time.
This closes Distribute #12.
Expand All @@ -3758,7 +3758,7 @@ setuptools
* Added compatibility with Subversion 1.6. This references Distribute #1.

pkg_resources
=============
^^^^^^^^^^^^^

* Avoid a call to /usr/bin/sw_vers on OSX and use the official platform API
instead. Based on a patch from ronaldoussoren. This closes issue #5.
Expand All @@ -3775,7 +3775,7 @@ pkg_resources
* Immediately close all file handles. This closes Distribute #3.

easy_install
============
^^^^^^^^^^^^

* Immediately close all file handles. This closes Distribute #3.

Expand Down
2 changes: 2 additions & 0 deletions changelog.d/2430.doc.1.rst
@@ -0,0 +1,2 @@
Fixed a typo in Sphinx docs that made docs dev section disappear
as a result of PR #2426 -- by :user:`webknjaz`
2 changes: 2 additions & 0 deletions changelog.d/2430.doc.2.rst
@@ -0,0 +1,2 @@
Fixed inconsistent RST title nesting levels caused by #2399
-- by :user:`webknjaz`
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -15,6 +15,6 @@ Documentation content:
references/keywords
roadmap
setuptools
Development guide <developmen/index>
Development guide <development/index>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like because RTD doesn't use stict mode, they've regenerated the docs site with this TOC item simply missing.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Backward compatibility & deprecated practice <deprecated/index>
Changelog <history>