This repository was archived by the owner on Nov 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 44
Adds a possible (?) workaround to sphinx-doc/sphinx#1843 #158
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
embray
added a commit
that referenced
this pull request
Apr 10, 2015
Adds a possible (?) workaround to sphinx-doc/sphinx#1843
Member
Author
|
Ack. Meant to add a changelog entry. |
embray
added a commit
that referenced
this pull request
Apr 10, 2015
embray
added a commit
that referenced
this pull request
Apr 10, 2015
Adds a possible (?) workaround to sphinx-doc/sphinx#1843
embray
added a commit
that referenced
this pull request
Apr 10, 2015
Member
Author
|
Done. |
embray
added a commit
to embray/astropy
that referenced
this pull request
Apr 10, 2015
…y/astropy-helpers#158, which is needed for the docs to build correctly. Also fixed several docstrings that weren't being handled correctly by Sphinx due to use of the InheritDocstrings metaclass (not exactly sure why it wasn't a problem previously though...).
embray
added a commit
to embray/astropy
that referenced
this pull request
Jul 7, 2015
…y/astropy-helpers#158, which is needed for the docs to build correctly. Also fixed several docstrings that weren't being handled correctly by Sphinx due to use of the InheritDocstrings metaclass (not exactly sure why it wasn't a problem previously though...).
embray
added a commit
to embray/astropy
that referenced
this pull request
Aug 4, 2015
…y/astropy-helpers#158, which is needed for the docs to build correctly. Also fixed several docstrings that weren't being handled correctly by Sphinx due to use of the InheritDocstrings metaclass (not exactly sure why it wasn't a problem previously though...).
dhomeier
pushed a commit
to dhomeier/astropy
that referenced
this pull request
Dec 17, 2015
…y/astropy-helpers#158, which is needed for the docs to build correctly. Also fixed several docstrings that weren't being handled correctly by Sphinx due to use of the InheritDocstrings metaclass (not exactly sure why it wasn't a problem previously though...).
astrofrog
pushed a commit
to astropy/sphinx-automodapi
that referenced
this pull request
Jan 27, 2018
…ue-1843 Adds a possible (?) workaround to sphinx-doc/sphinx#1843
astrofrog
pushed a commit
to astropy/sphinx-automodapi
that referenced
this pull request
Jan 27, 2018
…ue-1843 Adds a possible (?) workaround to sphinx-doc/sphinx#1843
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The issue reported/fixed in sphinx-doc/sphinx#1843 came about in testing a mostly unrelated PR for Astropy. I need this fix in astropy-helpers, at least in dev, before I can proceed with that PR.