Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove sphinx-tabs #268

Merged
merged 1 commit into from May 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
31 changes: 0 additions & 31 deletions css/sphinx.css
Expand Up @@ -29,34 +29,3 @@ div.admonition p.admonition-title {
background-color: rgba(132, 172, 255, 0.4);
display: block;
}

/* Deal with sphinx-tabs extension CSS */

.docutils.container {
margin-left: initial !important;
margin-right: initial !important;
padding-left: 10px !important;
padding-right: 10px !important;
width: initial !important;
}

.menu.docutils.container {
padding-left: 0px !important;
padding-right: 0px !important;
line-height: initial !important;
}

.sphinx-tab .highlight,
.sphinx-tab pre {
margin-top: 5px !important;
margin-bottom: 5px !important;
}

.sphinx-tab.segment {
font-size: 1em !important;
}

.docutils.item {
margin-bottom: -2px !important;
line-height: initial !important;
}
1 change: 0 additions & 1 deletion docker/image/Dockerfile
Expand Up @@ -53,7 +53,6 @@ RUN apt-get update && \
RUN gem install bundle
RUN pip3 install --upgrade setuptools pip
RUN pip3 install sphinx sphinx-reredirects gitpython
RUN pip3 install git+https://github.com/hidmic/sphinx-tabs.git@support-json-builder#egg=sphinx-tabs

RUN ln -s `which nodejs` /usr/local/bin/node

Expand Down