File tree 4 files changed +21
-3
lines changed
4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change
1
+ name : Read the Docs Pull Request Preview
2
+ on :
3
+ pull_request_target :
4
+ types :
5
+ - opened
6
+
7
+ permissions :
8
+ pull-requests : write
9
+
10
+ jobs :
11
+ documentation-links :
12
+ runs-on : ubuntu-latest
13
+ steps :
14
+ - uses : readthedocs/actions/preview@v1
15
+ with :
16
+ project-slug : " pymc"
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ version: 2
7
7
8
8
# Set the version of Python and other tools you might need
9
9
build :
10
- os : ubuntu-20.04
10
+ os : ubuntu-lts-latest
11
11
tools :
12
- python : " 3.10 "
12
+ python : " 3.11 "
13
13
# You can also specify other tool versions:
14
14
# nodejs: "16"
15
15
# rust: "1.55"
Original file line number Diff line number Diff line change 51
51
"sphinx.ext.autodoc" ,
52
52
"sphinx.ext.intersphinx" ,
53
53
"sphinx.ext.mathjax" ,
54
+ "sphinx.ext.viewcode" ,
54
55
"sphinx_autodoc_typehints" ,
56
+ "sphinx_copybutton" ,
55
57
]
56
58
57
59
nb_execution_mode = "off"
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ docs = [
59
59
" sphinx" ,
60
60
" sphinx-autodoc-typehints" ,
61
61
" sphinx_autodoc_defaultargs" ,
62
- " sphinx-design " ,
62
+ " sphinx-copybutton " ,
63
63
" sphinx-rtd-theme" ,
64
64
" statsmodels" ,
65
65
" sphinxcontrib-bibtex" ,
You can’t perform that action at this time.
0 commit comments