Skip to content

Commit 07eadc4

Browse files
committed
fix docs
1 parent a7fea62 commit 07eadc4

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@ target/
6363
# Example ipython notebook checkpoints
6464
*.ipynb_checkpoints/
6565

66-
.mypy_cache
66+
.mypy_cache
67+
venv/

.readthedocs.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
version: 2
22

3+
# Set the OS, Python version and other tools you might need
4+
5+
build:
6+
os: ubuntu-22.04
7+
tools:
8+
python: "3.11"
9+
310
sphinx:
411
configuration: docs/conf.py
512

613
python:
7-
version: 3.8
814
install:
915
- method: pip
1016
path: .

docs/conf.py

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import os
1717
import os.path as osp
1818
import re
19-
import six
2019
import autodocsumm
2120

2221
# If extensions (or modules to document with autodoc) are in another directory,

docs/requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Sphinx<7
1+
Sphinx
2+
sphinx-rtd-theme

0 commit comments

Comments
 (0)