Skip to content

Commit d3fff0b

Browse files
committed
Use python3.7 with conda
1 parent b8b833c commit d3fff0b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/index.rst

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1-
conda-env
2-
=========
1+
conda-env-py3.7
2+
===============
33

44
Build docs using a ``conda`` environment.
55

66
Install all dependencies via ``conda``.
77

8+
Use ``python3.7.1`` from ``conda``.
9+
810
Build should success without any problem.
911

12+
.. runblock:: pycon
13+
14+
>>> variable = 'I want to use f-strings here'
15+
>>> f'Replace my {variable} here'
16+
1017

1118
.. runblock:: pycon
1219

environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: condabuild
22
channels:
33
- conda-forge
44
dependencies:
5+
- python=3.7.1
56
- sphinx
67
- sphinx_rtd_theme
78
- pip:

0 commit comments

Comments
 (0)