File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717# sys.path.append(os.path.abspath('some/directory'))
1818
1919import os
20+ import sys
2021import pytensor
2122
2223# General configuration
6061if os .environ .get ("READTHEDOCS" , False ):
6162 rtd_version = os .environ .get ("READTHEDOCS_VERSION" , "" )
6263 if rtd_version .lower () == "stable" :
63- version = pymc .__version__ .split ("+" )[0 ]
64+ version = pytensor .__version__ .split ("+" )[0 ]
6465 elif rtd_version .lower () == "latest" :
6566 version = "dev"
6667 else :
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ channels:
33 - conda-forge
44 - nodefaults
55dependencies :
6- - python=3.7
6+ - python=3.9
77 - gcc_linux-64
88 - gxx_linux-64
99 - numpy
1010 - scipy
1111 - six
12- - sphinx>=5.1.0
12+ - sphinx>=5.1.0,<6
1313 - mock
1414 - pillow
1515 - pip
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies:
3232 - pytest-xdist
3333 - pytest-benchmark
3434 # For building docs
35- - sphinx>=5.1.0
35+ - sphinx>=5.1.0,<6
3636 - sphinx_rtd_theme
3737 - pygments
3838 - pydot
Original file line number Diff line number Diff line change @@ -89,8 +89,7 @@ tests = [
8989 " pytest-benchmark" ,
9090]
9191rtd = [
92- " sphinx>=1.3.0" ,
93- " sphinx_rtd_theme" ,
92+ " sphinx>=5.1.0,<6" ,
9493 " pygments" ,
9594 " pydot" ,
9695 " pydot2" ,
You can’t perform that action at this time.
0 commit comments