You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2018/08/06 09:49:32 UTC

[GitHub] kaxil closed pull request #3704: [AIRFLOW-XXX] Add how to run the docs server to docs

kaxil closed pull request #3704: [AIRFLOW-XXX] Add how to run the docs server to docs
URL: https://github.com/apache/incubator-airflow/pull/3704
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2cf8e0218e..06b9279917 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -69,10 +69,12 @@ install the `doc` extra.
 pip install -e .[doc]
 ```
 
-Generate the documentation by running:
+Generate and serve the documentation by running:
 
 ```
-cd docs && ./build.sh
+cd docs
+./build.sh
+./start_doc_server.sh
 ```
 
 Only a subset of the API reference documentation builds. Install additional


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services