Skip to content
This repository was archived by the owner on Jan 15, 2019. It is now read-only.

Commit 3c84e1b

Browse files
committed
Final fixes maybe?
1 parent a26435f commit 3c84e1b

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

docs/Makefile

-4
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,11 @@ help:
5151

5252
.PHONY: clean
5353
clean:
54-
sudo pip uninstall -y cssef-server
55-
sudo pip uninstall -y cssef-client
5654
rm -rf $(BUILDDIR)/*
5755
rm -rf $(AUTODOCDIR)/*
5856

5957
.PHONY: html
6058
html:
61-
sudo pip install ../CssefServer/.
62-
sudo pip install ../CssefClient/.
6359
$(SPHINXAUTODOC) -f -o source/autodoc/cssefserver/ ../CssefServer/cssefserver/
6460
$(SPHINXAUTODOC) -f -o source/autodoc/cssefclient/ ../CssefClient/cssefclient/
6561
#$(SPHINXAUTODOC) -f -o source/autodoc/webui/ ../WebInterface/WebInterface

docs/rtd-requirements.txt

-2
This file was deleted.

docs/source/conf.py

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
import sys
1616
import os
1717

18+
# Add the librarys to the path
19+
sys.path.append('../CssefServer')
20+
sys.path.append('../CssefClient')
21+
1822
# If extensions (or modules to document with autodoc) are in another directory,
1923
# add these directories to sys.path here. If the directory is relative to the
2024
# documentation root, use os.path.abspath to make it absolute, like shown here.

0 commit comments

Comments
 (0)