canonical / sphinx-docs-starter-pack

A documentation starter-pack
https://canonical-starter-pack.readthedocs-hosted.com/
Other
15 stars 39 forks source link

Revert fd47141 #133

Closed keirthana closed 1 year ago

keirthana commented 1 year ago

The gh-jira-sync-bot app is now enabled on all repositories under the https://github.com/canonical organisation. This is a recent change was not the case when we this app was enabled for the starter pack.

We do not want all the forked repositories to automatically sync to the documentation Jira board.

We have a couple of alternatives which we can discuss. However, I am creating this PR to revert the sync bot so that this does not affect other teams in case the discussion around how to proceed takes longer.

keirthana commented 1 year ago

@ru-fu I have not removed the following change to conf.py file that I added as part of the original commit.

linkcheck_anchors_ignore_for_url = [
    r'https://github\.com/.*'
]

This is generic and not related to this GH to Jira syncing and there are other changes building on this.

pmatulis commented 1 year ago

For clarity to others, this is to revert PR #66.

Not removing all of the commit is an example of why we need to strive to keep PRs focused.