forked from github/pelican
Docs: Remove ifconfig Sphinx extension
Originally added in #815, something about this seems to be causing an obscure ReadTheDocs build error.
This commit is contained in:
parent
993c75103b
commit
49723e6daf
2 changed files with 0 additions and 10 deletions
|
|
@ -21,7 +21,6 @@ with open("../pyproject.toml", "rb") as f:
|
|||
templates_path = ["_templates"]
|
||||
extensions = [
|
||||
"sphinx.ext.autodoc",
|
||||
"sphinx.ext.ifconfig",
|
||||
"sphinx.ext.extlinks",
|
||||
"sphinxext.opengraph",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,15 +1,6 @@
|
|||
Pelican |release|
|
||||
=================
|
||||
|
||||
|
||||
.. ifconfig:: release.endswith('.dev')
|
||||
|
||||
.. warning::
|
||||
|
||||
This documentation is for the version of Pelican currently under
|
||||
development. Were you looking for version |last_stable| documentation?
|
||||
|
||||
|
||||
Pelican is a static site generator, written in Python_. Highlights include:
|
||||
|
||||
* Write your content directly with your editor of choice in reStructuredText_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue