Skip to content

Commit

Permalink
removing sphinx remaining references
Browse files Browse the repository at this point in the history
Signed-off-by: Tully Foote <[email protected]>
  • Loading branch information
tfoote committed Jan 2, 2024
1 parent d508e38 commit 055f90d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 35 deletions.
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.

3 changes: 0 additions & 3 deletions docker/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,13 @@ RUN apt-get update && \
openssl \
pandoc \
pkg-config \
python3-pip \
python3-vcstool \
ruby \
ruby-dev \
rubygems-integration && \
rm -rf /var/lib/apt/lists/*

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

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

Expand Down

0 comments on commit 055f90d

Please sign in to comment.