-
Notifications
You must be signed in to change notification settings - Fork 75
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
Update dev docs to include doc testing #2930
Conversation
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.
Hi @dheyay, thanks for this addition to the dev-docs. I have just a small suggestion here, but let me know what you think
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 making this change. Just a couple of small nits to add :)
@@ -61,6 +61,18 @@ This will build *and serve* the documentation at http://127.0.0.1:8000 -- this | |||
gives you a live preview of any changes you make (and save) to the | |||
documentation without needing to continually rebuild. | |||
|
|||
## Doc testing | |||
|
|||
Before running the `make` command, make sure to download the python venv module by running the following command: |
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.
Before running the `make` command, make sure to download the python venv module by running the following command: | |
Before running the `make` command, make sure to download the Python `venv` module by running the following command: |
1079e04
to
a9ff5ab
Compare
a9ff5ab
to
dab0f48
Compare
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 the changes :) LGTM
Why is this needed?
This PR solves all of our problems because...
Testing documentation updated to include local testing for updates to docs.
Test Steps
Checklist
Does this PR require extra reviews?