changeset 134:62407bd73ba8

Require Sphinx >= 2.1. Because of Sphinx.add_lexer().
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 06 May 2026 23:37:35 +0200
parents c90be4a80c1a
children 5fea7180155c
files docs/conf.py requirements-docs.txt
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/conf.py	Wed May 06 23:28:18 2026 +0200
+++ b/docs/conf.py	Wed May 06 23:37:35 2026 +0200
@@ -15,6 +15,9 @@
 from pygments_lexer_pseudocode2.algpseudocode import AlgPseudocodeLexer
 
 
+needs_sphinx = '2.1'
+
+
 # -- Project information -----------------------------------------------------
 # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
 
--- a/requirements-docs.txt	Wed May 06 23:28:18 2026 +0200
+++ b/requirements-docs.txt	Wed May 06 23:37:35 2026 +0200
@@ -1,2 +1,2 @@
 -r requirements.txt
-Sphinx
+Sphinx>=2.1