Skip to content

Commit

Permalink
Fix #828
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlatr committed Oct 23, 2024
1 parent 4114a51 commit fe9bd94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ in development
Pydoctor should now run on windows without the need to be administrator.
* Adjust the sphinx extension to support Sphinx 8.1. The entries dynamically added to the intersphinx config
from the ``pydoctor_url_path`` config option now includes a project name which defaults to 'main' (instead of putting None),
use mapping instead of a list define your own project name.

use mapping instead of a list to define your own project name.
* Fix the readthedocs theme so the adds injected by ReadTheDocs are rendered with the correct width.

pydoctor 24.3.3
^^^^^^^^^^^^^^^
Expand Down
4 changes: 2 additions & 2 deletions pydoctor/themes/readthedocs/readthedocstheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body > nav::-webkit-scrollbar{
width: 0;
}

body > div, body > footer {
body > .container-fluid, body > footer {
margin-left: 300px!important;
padding: 0 40px 0 40px;
background-color: rgb(252, 252, 252)!important;
Expand Down Expand Up @@ -667,7 +667,7 @@ nav.sidebar > div:nth-child(1) li li .tocChildrenToggle:checked ~ .expandableCon
width: auto!important;
}

body > div, body > footer {
body > .container-fluid, body > footer {
margin-left: 0!important;
width: auto!important;
padding: 5px 15px 5px 15px;
Expand Down

0 comments on commit fe9bd94

Please sign in to comment.