diff --git a/.readthedocs.yaml b/docs/.readthedocs.yaml similarity index 100% rename from .readthedocs.yaml rename to docs/.readthedocs.yaml diff --git a/docs/source/conf.py b/docs/source/conf.py index 0f2e8ef..d09d50e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -16,7 +16,7 @@ release = '2.7.1' # They can be extensions coming with Sphinx (named 'sphinx.ext.*') # or your custom ones. extensions = ['sphinx.ext.extlinks', 'sphinxcontrib.luadomain'] -extlinks = {'github': ('https://github.com/%s', '@')} +extlinks = {'github': ('https://github.com/%s', '@%s')} # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']