mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #3338 from getpelican/remove-sphinx-ifconfig
This commit is contained in:
commit
8d63d1ced8
3 changed files with 1 additions and 10 deletions
|
|
@ -21,7 +21,6 @@ with open("../pyproject.toml", "rb") as f:
|
||||||
templates_path = ["_templates"]
|
templates_path = ["_templates"]
|
||||||
extensions = [
|
extensions = [
|
||||||
"sphinx.ext.autodoc",
|
"sphinx.ext.autodoc",
|
||||||
"sphinx.ext.ifconfig",
|
|
||||||
"sphinx.ext.extlinks",
|
"sphinx.ext.extlinks",
|
||||||
"sphinxext.opengraph",
|
"sphinxext.opengraph",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,6 @@
|
||||||
Pelican |release|
|
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:
|
Pelican is a static site generator, written in Python_. Highlights include:
|
||||||
|
|
||||||
* Write your content directly with your editor of choice in reStructuredText_
|
* Write your content directly with your editor of choice in reStructuredText_
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,5 @@ sphinx
|
||||||
sphinxext-opengraph
|
sphinxext-opengraph
|
||||||
furo==2023.9.10
|
furo==2023.9.10
|
||||||
livereload
|
livereload
|
||||||
|
matplotlib
|
||||||
tomli;python_version<"3.11"
|
tomli;python_version<"3.11"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue