Skip to content

Commit 835cec8

Browse files
committed
environment*.yml: Install setuptools_scm; docs/source/conf.py: Debugging output for version
1 parent 3d925e9 commit 835cec8

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

docs/source/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ def sphinx_plot(graphics, **kwds):
161161
release = get_distribution('cutgeneratingfunctionology').version
162162
except DistributionNotFound:
163163
release = "1.4.xyz"
164+
print("############# release reported: {} ##################".format(release))
164165
# The short X.Y version.
165166
version = '.'.join(release.split('.')[:2])
166167

environment-latestsage.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ channels:
1212
dependencies:
1313
- python=3
1414
- sage
15+
- setuptools_scm
1516
- sphinx
1617
- sphinxcontrib-websupport
1718
- sphinxcontrib-bibtex

environment-python2.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ channels:
1919
dependencies:
2020
- python=2.7
2121
- sage=8.9
22+
- setuptools_scm
2223
- sphinx
2324
- sphinxcontrib-websupport
2425
- sphinxcontrib-bibtex

environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ channels:
1212
dependencies:
1313
- python=3
1414
- sage=8.9
15+
- setuptools_scm
1516
- sphinx
1617
- sphinxcontrib-websupport
1718
- sphinxcontrib-bibtex

0 commit comments

Comments
 (0)