mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Try to fix documentation build
This commit is contained in:
parent
7acc9ac554
commit
bf0860ee86
2 changed files with 3 additions and 3 deletions
|
|
@ -132,8 +132,8 @@ Contribution quality standards
|
||||||
* Ensure your code is compatible with the `officially-supported Python releases`_.
|
* Ensure your code is compatible with the `officially-supported Python releases`_.
|
||||||
* Add docs and tests for your changes. Undocumented and untested features will
|
* Add docs and tests for your changes. Undocumented and untested features will
|
||||||
not be accepted.
|
not be accepted.
|
||||||
* `Run all the tests`_ **on all versions of Python supported by Pelican** to
|
* :pelican-doc:`Run all the tests <contribute>` **on all versions of Python
|
||||||
ensure nothing was accidentally broken.
|
supported by Pelican** to ensure nothing was accidentally broken.
|
||||||
|
|
||||||
Check out our `Git Tips`_ page or `ask for help`_ if you
|
Check out our `Git Tips`_ page or `ask for help`_ if you
|
||||||
need assistance or have any questions about these guidelines.
|
need assistance or have any questions about these guidelines.
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ rst_prolog = '''
|
||||||
'''.format(last_stable)
|
'''.format(last_stable)
|
||||||
|
|
||||||
extlinks = {
|
extlinks = {
|
||||||
'pelican-doc': ('https://docs.getpelican.com/%s/', '%s')
|
'pelican-doc': ('https://docs.getpelican.com/en/latest/%s.html', '%s')
|
||||||
}
|
}
|
||||||
|
|
||||||
# -- Options for HTML output --------------------------------------------------
|
# -- Options for HTML output --------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue