Skip to content

Commit 0c9b185

Browse files
authoredFeb 6, 2024
Merge pull request #150 from griffithlab/jinja2
Fix broken RTD build and list styling
2 parents cf122fa + 95b4852 commit 0c9b185

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed
 

Diff for: ‎docs/_static/css/theme_overrides.css

+7
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,10 @@ table.docutils td {
3131
table.docutils td p {
3232
line-height: 1.2em !important;
3333
}
34+
ul.simple {
35+
padding: 40px !important;
36+
list-style: disc !important;
37+
}
38+
ul.simple li {
39+
list-style: disc !important;
40+
}

Diff for: ‎docs/_themes/sphinx_rtd_theme/static/css/theme.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎requirements.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Jinja2<3.1
2+
sphinxcontrib-applehelp==1.0.4
3+
sphinxcontrib-devhelp==1.0.2
4+
sphinxcontrib-htmlhelp==2.0.1
5+
sphinxcontrib-qthelp==1.0.3
6+
sphinxcontrib-serializinghtml==1.1.5
7+
alabaster==0.7.13
18
sphinx==3.0.0
29
sphinx_fontawesome
310
sphinxcontrib-images

0 commit comments

Comments
 (0)