As @ryanlerch suggested introducing the documentation link in the header and removed the Doc tab from the project.
cf https://pagure.io/pagure/issue/469
there is no need to remove the "docs" feature in order to implement a static hosting feature - these features are completely orthogonal - more about that here --> https://pagure.io/pagure/issue/469#comment-6064
furthermore this PR does not remove the docs feature but merely makes it inaccessible for any repo that may be using it
lastly the anchor URL does not appear to be what was suggested: (.pagure.io)
{{ config['DOC_APP_URL'] }}{{ repo.fullname }}
it most likely should be using internals such as what was replaced
{{ url_for('.view_docs', username=username, repo=repo.name) }}
I am going to close this PR. It is 2 years old hasn't been updated in a while and we can always open a new PR when there is progress.
Sorry that we couldn't merge it in a timely fashion, please keep contributing to pagure :)
Pull-Request has been closed by pingou
As @ryanlerch suggested introducing the documentation link
in the header and removed the Doc tab from the project.