mirror of https://github.com/openXC7/prjxray.git
Merge pull request #1036 from SymbiFlow/docs
Update the UPDATING THE DOCS doc
This commit is contained in:
commit
ca2afec39c
|
|
@ -1,8 +1,9 @@
|
||||||
# Guide to updating the Project X-Ray docs
|
# Guide to updating the Project X-Ray docs
|
||||||
|
|
||||||
We welcome updates to the Project X-Ray docs. The docs are published on [Read
|
We welcome updates to the Project X-Ray docs. The docs are published on [Read
|
||||||
the Docs](http://prjxray.readthedocs.io) and the source is on
|
the Docs](http://prjxray.readthedocs.io) and the source is on the [docs branch on GitHub](https://github.com/SymbiFlow/prjxray/tree/docs/docs).
|
||||||
[GitHub](https://github.com/SymbiFlow/prjxray/tree/master/docs).
|
|
||||||
|
The reason for using the `docs` branch is to avoid running the full CI test suite which triggers when merging anything to `master`. Ultimately of course the `docs` branch needs to be synchronized with `master`, but this can be done in bulk.
|
||||||
|
|
||||||
Updating the docs is a three-step process: Make your updates, test your updates,
|
Updating the docs is a three-step process: Make your updates, test your updates,
|
||||||
send a pull request.
|
send a pull request.
|
||||||
|
|
@ -110,7 +111,7 @@ Follow these steps to create your own staging doc site on Read the Docs (RtD):
|
||||||
Reason for protecting your doc site: If you leave your doc site public, it
|
Reason for protecting your doc site: If you leave your doc site public, it
|
||||||
will appear in web searches. That may be confusing for readers who are
|
will appear in web searches. That may be confusing for readers who are
|
||||||
looking for the canonical Project X-Ray docs.
|
looking for the canonical Project X-Ray docs.
|
||||||
1. Set RtD to build from your branch, rather than from master. This ensures
|
1. Set RtD to build from your branch, rather than from `docs`. This ensures
|
||||||
that the content you see on your doc site reflect your latest updates:
|
that the content you see on your doc site reflect your latest updates:
|
||||||
- On [your RtD dashboard](https://readthedocs.org/dashboard/),
|
- On [your RtD dashboard](https://readthedocs.org/dashboard/),
|
||||||
open **your project**, then go to **Admin > Advanced Settings.**
|
open **your project**, then go to **Admin > Advanced Settings.**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue