-
Notifications
You must be signed in to change notification settings - Fork 7
Doc: Cleanup RTD config #52
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
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #52 +/- ##
========================================
Coverage 78.80% 78.80%
========================================
Files 24 24
Lines 2317 2317
Branches 548 548
========================================
Hits 1826 1826
Misses 359 359
Partials 132 132
Continue to review full report at Codecov.
|
.readthedocs.yaml
Outdated
| - requirements: .rtd_pip_reqs.txt | ||
| - method: pip | ||
| path: . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - requirements: .rtd_pip_reqs.txt | |
| - method: pip | |
| path: . | |
| - method: pip | |
| path: . | |
| extra_requirements: | |
| - doc |
may be nicer
| @@ -1,28 +0,0 @@ | |||
| Editorial board | |||
| =============== | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is it gone?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, I see, it's only the library.
| return True | ||
|
|
||
|
|
||
| def setup(app): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docstring
fixes various issues and enables fail-on-warning