Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Remove auto installing sphinx astropy #474

Merged

Conversation

bsipocz
Copy link
Member

@bsipocz bsipocz commented May 2, 2019

This is to address #472 and all underlying issues listed in there.

Fix #462 fix #463

@bsipocz bsipocz added this to the v3.2 milestone May 2, 2019
@bsipocz bsipocz requested a review from astrofrog May 2, 2019 23:00
@codecov
Copy link

codecov bot commented May 2, 2019

Codecov Report

Merging #474 into master will decrease coverage by 0.5%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #474      +/-   ##
==========================================
- Coverage   77.65%   77.15%   -0.51%     
==========================================
  Files          11       11              
  Lines        1034     1033       -1     
==========================================
- Hits          803      797       -6     
- Misses        231      236       +5
Impacted Files Coverage Δ
astropy_helpers/commands/build_sphinx.py 78.63% <ø> (-4.42%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f5a27d3...5f95200. Read the comment docs.

sys_path_inserts.append(egg)
raise ImportError("sphinx-astropy is required to build documentation "
"using the astropy machinery. Please install the "
"package and try again.")
Copy link
Member

Choose a reason for hiding this comment

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

What about just 'sphinx-astropy needs to be installed to build the documentation' to keep it short?

Copy link
Member Author

Choose a reason for hiding this comment

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

done

@bsipocz
Copy link
Member Author

bsipocz commented May 3, 2019

I go ahead and merge this to tag an rc2

@bsipocz bsipocz merged commit 4d78f25 into astropy:master May 3, 2019
bsipocz added a commit that referenced this pull request May 3, 2019
…phinx-astropy

Remove auto installing sphinx astropy
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prereleases should not be picked up automatically astropy-helpers should respect python_requires
2 participants