-
-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add needs_nox
parsing to specify minimum version
#99
Comments
needs_nox
parsing to Specify minimum versionneeds_nox
parsing to specify minimum version
Where does |
In |
Interesting. What would be our behavior if the version wasn't satisfied? (Also, keep in mind I'm planning on |
Similar to what Sphinx does? At c64cc8e, the diff diff --git a/docs/conf.py b/docs/conf.py
index ab3d6ac..bd8d482 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -28,7 +28,7 @@ sys.path.insert(0, os.path.abspath('.'))
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
-#needs_sphinx = '1.0'
+needs_sphinx = '1.8.0'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom yields the following
Yay! |
Sounds reasonable. |
I'd be interested in picking this up. |
Go for it.
…On Mon, Feb 15, 2021 at 4:45 AM Claudio Jolowicz ***@***.***> wrote:
I'd be interested in picking this up.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#99 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB5I4ZDPTEM2GUINOQ6ZWTS7DUK7ANCNFSM4FRBN5RQ>
.
|
The current switch from
0.19.1
to>= 2018
will probably cause some breakage and it may be useful to specifymuch in the same way Sphinx supports a
The text was updated successfully, but these errors were encountered: