Hello, Do you try to change something in docstring? Make sure you have airflow installed using the command:``pip install -e .[doc]``. The -e switch is the most important one. Without this switch, the documentation from the time of installation will always be available for Sphinx.
Greetings Kamil Bregula On Sun, Feb 3, 2019 at 8:11 PM M Singh <[email protected]> wrote: > Hi: > I have checked out the lasted airflow code from git and am trying to > correct some documentation based on the instructions on instructions > https://github.com/apache/airflow/blob/master/CONTRIBUTING.md#documentation > . > I am on the master branch have not committed the changes as yet. git diff > does show me the changes I've made. > I changed to docs directory in airflow and executed the commands./build.sh > ./start_doc_server.shHowever, when I access the documentation with the > local server it shows the old documentation and not with the changes I've > made. The source code link in the docs also shows old code. I've tried > deleting the _build folder under docs and reexecute the above commands but > still don't see the changes I've made. > Please let me know what I could be missing. > > Thanks > Mans > > -- Kamil Breguła Polidea <https://www.polidea.com/> | Software Engineer M: +48 505 458 451 <+48505458451> E: [email protected] [image: Polidea] <https://www.polidea.com/> We create human & business stories through technology. Check out our projects! <https://www.polidea.com/our-work> [image: Github] <https://github.com/Polidea> [image: Facebook] <https://www.facebook.com/Polidea.Software> [image: Twitter] <https://twitter.com/polidea> [image: Linkedin] <https://www.linkedin.com/company/polidea> [image: Instagram] <https://instagram.com/polidea> [image: Behance] <https://www.behance.net/polidea>
