NiklasBeierl opened a new issue #16649:
URL: https://github.com/apache/airflow/issues/16649


   **Apache Airflow version**: Guess the most recent
   
   **Environment**: The documentation website
   
   **What happened**:
   
   Clicking the "Suggest a change on this page" button in the doc pages leads 
to a 404".
   Tested on:
   https://airflow.apache.org/docs/apache-airflow/stable/license.html
   https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html
   
   **What you expected to happen**:
   
   Getting a github page to edit the corresponding rst file.
   
   **How to reproduce it**:
   
   Go on the doc pages and click the "Suggest an edit on github" button in the 
outtom right corner. If you are a developer, it might actually work for you if 
you have access to a branch called "develop", in that case I suggest you use an 
incognito tab.
   
   **Anything else we need to know**:
   I compared the url generated for the button with the one i got when manually 
navigating through the repo:
   
   In the repo: 
https://github.com/apache/airflow/edit/**main**/docs/apache-airflow/configurations-ref.rst
   In the site: 
https://github.com/apache/airflow/edit/**devel**/docs/apache-airflow/configurations-ref.rst
   
   I do not see a `devel` branch in github. Seems like the branch was either 
unintentionally hidden from the public, or it was intentionally hidden, but the 
sphinx configuration that generates the doc website was not adjusted 
accordingly.
   
   Funny enough, the checked in conf.py on `main` seems to be correctly 
configured to point to the `main` branch.
   
https://github.com/apache/airflow/blob/88ee2aa7ddf91799f25add9c57e1ea128de2b7aa/docs/conf.py#L333


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to