Skip to content

Commit 34bd064

Browse files
Merge pull request #677 from jeromekelleher/fix-docs
Fix docs build
2 parents 10d7274 + 9d99e2e commit 34bd064

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

docs/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Installation
55
############
66

7-
Python 3.6 or newer is required for ``tsinfer``. Any Unix-like platform should
7+
Python 3.7 or newer is required for ``tsinfer``. Any Unix-like platform should
88
work (``tsinfer`` is tested on Linux, OS X, and Windows).
99

1010
***************
@@ -67,4 +67,4 @@ Potential issues
6767
(see https://github.com/tskit-dev/tsinfer/issues/376). The current workaround is
6868
either to compile from source by installing alternative python and C compilers via
6969
conda (``conda install -c conda-forge c-compiler``) or to install the binary
70-
packages via conda as recommended at the top of this page.
70+
packages via conda as recommended at the top of this page.

requirements/readthedocs.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
# Pinned 2022-06-15 to get CircleCI build going, but with
2+
# no particular rationale for versions since docs build
3+
# will move to GitHub actions soon. (#678)
14
attrs
2-
six
3-
setuptools_scm
4-
sphinx-argparse
5-
sphinx_rtd_theme
5+
setuptools_scm==6.0.1
6+
sphinx==4.5.0
7+
sphinx-argparse==0.3.1
8+
sphinx_rtd_theme==1.0.0

0 commit comments

Comments
 (0)