Skip to content

Commit

Permalink
Fix readthedocs sphinx theme issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tommysitu committed Sep 23, 2023
1 parent e5a40f8 commit f545bf8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions docs/_static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,15 +253,15 @@ div.wy-menu.rst-pro {


/*Temporary fix for this sphinx-rtd-theme issue: https://github.com/readthedocs/sphinx_rtd_theme/issues/1145*/
.rst-content section ul {
margin-bottom:24px
}

.rst-content section ul li {
list-style:disc;
margin-left:24px
}

.rst-content section ul li p {
margin-bottom: 0;
}
/*.rst-content section ul {*/
/* margin-bottom:24px*/
/*}*/

/*.rst-content section ul li {*/
/* list-style:disc;*/
/* margin-left:24px*/
/*}*/

/*.rst-content section ul li p {*/
/* margin-bottom: 0;*/
/*}*/
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requests==2.31.0
six==1.16.0
snowballstemmer==2.2.0
Sphinx==7.2.6
sphinx-rtd-theme==1.3.0
sphinx-rtd-theme==0.5.2
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-htmlhelp==2.0.4
Expand Down

0 comments on commit f545bf8

Please sign in to comment.