diff options
author | Sam Bull <aa6bs0@sambull.org> | 2021-02-15 10:36:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 10:36:30 +0000 |
commit | d1806bb5ed4c0ee150b69b5226f8af835d6e1012 (patch) | |
tree | 11dd50575d86523f7d906bbba6c8fc8e900ee94c /doc/build/conf.py | |
parent | 2c1ab1304ecd70680f04fd9a7ecc75c37d4de4ea (diff) | |
download | sqlalchemy-d1806bb5ed4c0ee150b69b5226f8af835d6e1012.tar.gz |
Bumy Sphinx
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r-- | doc/build/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py index bc734bfc6..27460171b 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -26,7 +26,7 @@ sys.path.insert(0, os.path.abspath(".")) # -- General configuration -------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. -needs_sphinx = "1.6.0" +needs_sphinx = "3.5.0" # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. |