-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chetan
committed
Apr 25, 2018
1 parent
82fed74
commit 767c4c9
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
767c4c9
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.
@chetan201 IMO you shouldn't edit HTML files that auto generated by Sphinx, instead edit the source from which they are generated. EG: in this case the release is set in the main
pvmismatch
package dunder module by__release__
constant. I made issue #78 to address this.Note: that the value of
pvmismatch.__release__
gets imported intoconf.py
and sets that Sphinx'srelease
value that is used inindex.rst
with the directive|release|
Sorry, I should have put a developer section in the documentation that explains HOWTO build and deploy the docs. See #79. You are doing a fantastic job of taking this over. Thank you so much! I hope that you and SunPower get recognition for the work you are doing on it.
767c4c9
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.
Thanks for guiding us and contributing so actively @mikofski !