Skip to content

Commit

Permalink
backout sphinx references
Browse files Browse the repository at this point in the history
Signed-off-by: Tully Foote <[email protected]>
  • Loading branch information
tfoote committed Apr 1, 2023
1 parent 1d7667d commit b3fd780
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 37 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
_cache
_sphinx
_remotes
_plugins_data
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ _devel
_roswiki
_cache
_remotes
_plugins_data
_sphinx/_build
_sphinx/repos
_plugins_data
1 change: 0 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

<link rel="stylesheet" type="text/css" href="{{ site.baseurl}}/bootstrap/css/bootstrap.min.css"/>
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ "/css/sphinx.css" | prepend: site.baseurl }}">
{% comment %}<link rel="stylesheet" type="text/css" media="screen" href={{ "/css/toc.css" | prepend: site.baseurl}}>{% endcomment %}

{% if page.script_uris %}
Expand Down
31 changes: 0 additions & 31 deletions css/sphinx.css

This file was deleted.

2 changes: 1 addition & 1 deletion docker/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN apt-get update && \

RUN gem install bundle
RUN pip3 install --upgrade setuptools pip
RUN pip3 install sphinx sphinx-reredirects gitpython
RUN pip3 install gitpython

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

Expand Down

0 comments on commit b3fd780

Please sign in to comment.