diff --git a/doc/source/intro.rst b/doc/source/intro.rst index 90d66f5..469f26d 100644 --- a/doc/source/intro.rst +++ b/doc/source/intro.rst @@ -268,7 +268,7 @@ This option has 3 modes: - ``"true"``: Epytext markup is converted in all text. For example: - ``I{text}`` becomes ``*text*`` - - ``B{text}`` stays as ``**text**`` + - ``B{text}`` becomes ``**text**`` - ``C{source code}`` becomes ````source code```` - ``M{m*x+b}`` becomes ``:math:`m*x+b``` @@ -276,7 +276,7 @@ This option has 3 modes: we fully remove source code markup wrapping (``C{}``). For example: - ``I{text}`` becomes ``*text*`` - - ``B{text}`` stays as ``**text**`` + - ``B{text}`` becomes ``**text**`` - ``C{MyType}`` becomes ``MyType`` use\_types diff --git a/setup.cfg b/setup.cfg index 822b829..9e5a510 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ classifiers = package_dir= =src packages=find: -python_requires = >=3.6 +python_requires = >=3.9 install_requires = six enum34;python_version<"3.4"