We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b833c commit d3fff0bCopy full SHA for d3fff0b
docs/index.rst
@@ -1,12 +1,19 @@
1
-conda-env
2
-=========
+conda-env-py3.7
+===============
3
4
Build docs using a ``conda`` environment.
5
6
Install all dependencies via ``conda``.
7
8
+Use ``python3.7.1`` from ``conda``.
9
+
10
Build should success without any problem.
11
12
+.. runblock:: pycon
13
14
+ >>> variable = 'I want to use f-strings here'
15
+ >>> f'Replace my {variable} here'
16
17
18
.. runblock:: pycon
19
environment.yml
@@ -2,6 +2,7 @@ name: condabuild
channels:
- conda-forge
dependencies:
+ - python=3.7.1
- sphinx
- sphinx_rtd_theme
- pip:
0 commit comments