Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mletter1 committed Jun 25, 2020
1 parent 03b193b commit 4709a31
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 127 deletions.
20 changes: 0 additions & 20 deletions docs/Makefile.old

This file was deleted.

68 changes: 0 additions & 68 deletions docs/index.rst.old

This file was deleted.

3 changes: 2 additions & 1 deletion docs/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build
set BUILDDIR=_build
set SPHINXPROJ=Slycat

if "%1" == "" goto help

Expand Down
36 changes: 0 additions & 36 deletions docs/make.bat.old

This file was deleted.

2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cherrypy == 3.2.6
cherrypy
sphinx_rtd_theme
sphinxcontrib-httpdomain
2 changes: 1 addition & 1 deletion docs/setup.py.old → docs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import subprocess

root_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
docs_dir = os.path.join(root_dir, "docs")
docs_dir = os.path.join(root_dir, "docs/source")
build_dir = os.path.join(docs_dir, "_build")

# Always build the documentation from scratch.
Expand Down

0 comments on commit 4709a31

Please sign in to comment.