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

Consolidate doc requirements #699

Merged
merged 1 commit into from
Aug 19, 2022
Merged

Consolidate doc requirements #699

merged 1 commit into from
Aug 19, 2022

Conversation

kaxil
Copy link
Collaborator

@kaxil kaxil commented Aug 18, 2022

Currently, we have 2-3 places where we put the requirements for docs, this PR consolidates it into pyproject.toml

@codecov
Copy link

codecov bot commented Aug 18, 2022

Codecov Report

Merging #699 (6723206) into main (5ee09b3) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #699   +/-   ##
=======================================
  Coverage   93.45%   93.45%           
=======================================
  Files          42       42           
  Lines        1726     1726           
  Branches      213      213           
=======================================
  Hits         1613     1613           
  Misses         91       91           
  Partials       22       22           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@@ -97,13 +97,7 @@ def build(session: nox.Session) -> None:
@nox.session(python="3.9")
def build_docs(session: nox.Session) -> None:
"""Build release artifacts."""
session.install("sphinx")
session.install("sphinx-view")
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we not need sphinx-view?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

nope

@kaxil kaxil merged commit 98ffaf8 into main Aug 19, 2022
@kaxil kaxil deleted the consolidate-doc-req branch August 19, 2022 13:14
kaxil added a commit that referenced this pull request Aug 19, 2022
(cherry picked from commit 98ffaf8)
@kaxil kaxil added this to the 1.0.1 milestone Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants