venv requirements added + fixed conf.py
This commit is contained in:
parent
7c65af2058
commit
37c9dadcd0
10
Makefile
10
Makefile
@ -3,7 +3,7 @@
|
||||
|
||||
# You can set these variables from the command line.
|
||||
SPHINXOPTS =
|
||||
SPHINXBUILD = sphinx-build
|
||||
SPHINXBUILD = venv/bin/sphinx-build
|
||||
SOURCEDIR = .
|
||||
BUILDDIR = _build
|
||||
MODULES = $(sort \
|
||||
@ -49,8 +49,8 @@ index.rst: Makefile
|
||||
@echo "Preparing $@"
|
||||
@echo ".. automodule:: $@\n :members:" > $@.rst
|
||||
@if [ "$(findstring .,$@)" != "." ]; then \
|
||||
git -C $@ checkout master; \
|
||||
git -C $@ pull; \
|
||||
git -C $@ checkout master 2>&1; \
|
||||
git -C $@ pull 2>&1;\
|
||||
make -C $@/_examples_ all; \
|
||||
fi
|
||||
@echo " $@.rst" >> index.rst; \
|
||||
@ -63,5 +63,5 @@ update:
|
||||
git submodule foreach git pull
|
||||
|
||||
copy:
|
||||
rsync -av --delete _build/html/ /data/webroot/pylib_docs/
|
||||
chown www-data.www-data -R /data/webroot/pylib_docs/
|
||||
rsync -av --delete _build/html/ /data/htdocs/pylib_docs/
|
||||
chown www-data.www-data -R /data/htdocs/pylib_docs/
|
||||
|
2
caching
2
caching
@ -1 +1 @@
|
||||
Subproject commit 01cf327609fcac0dbddbad4168ae154cf625bbee
|
||||
Subproject commit ed1082041f8b7940e5ed6238eead2b97a5b3e862
|
4
conf.py
4
conf.py
@ -41,7 +41,7 @@ release = ''
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
'sphinx.ext.coverage',
|
||||
'sphinx_rtd_theme',
|
||||
'python_docs_theme',
|
||||
]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
@ -77,7 +77,7 @@ pygments_style = None
|
||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||
# a list of builtin themes.
|
||||
#
|
||||
html_theme = 'sphinx_rtd_theme'
|
||||
html_theme = 'python_docs_theme'
|
||||
|
||||
# Theme options are theme-specific and customize the look and feel of a theme
|
||||
# further. For a list of options available for each theme, see the
|
||||
|
2
fstools
2
fstools
@ -1 +1 @@
|
||||
Subproject commit 262141f2956757b0c8cbce8724728fa1d0630297
|
||||
Subproject commit c10e8792abb05671dab6de51cdadda3bf8ead50f
|
2
helpers
2
helpers
@ -1 +1 @@
|
||||
Subproject commit 4be70cfef8b8304979ea2402b285ef779855ad5f
|
||||
Subproject commit c4f055189856dddf9f05c56189453370d25ba620
|
2
report
2
report
@ -1 +1 @@
|
||||
Subproject commit 25889f225b3593d515e37bebffef21458c961f64
|
||||
Subproject commit 7003c13ef8c7e7c3a55a545cbbad4039cc024a9f
|
3
requirements.txt
Normal file
3
requirements.txt
Normal file
@ -0,0 +1,3 @@
|
||||
sphinx
|
||||
python-docs-theme
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 35d9f688a4f080a8cae70a18e27036b55399edde
|
||||
Subproject commit 7f2b90c99030ac39f5bf7bfd92d1dd3d6c3657fa
|
@ -1 +1 @@
|
||||
Subproject commit db70e14d4650c9894ee0ff5c5c6078264ce59b46
|
||||
Subproject commit aef99580e1cdc05e6ca80efe05461ab861d6ef39
|
@ -1 +1 @@
|
||||
Subproject commit 5ac92e2b864cd27bd4026352ba9149f4d23ca019
|
||||
Subproject commit e1f76d96312e540544b2328d0937b0aa41126aa9
|
2
task
2
task
@ -1 +1 @@
|
||||
Subproject commit 9fbd98f39cb919603ddc784608aa1eb354129b3e
|
||||
Subproject commit af35e83d1f07fd4cb9070bdb77cf1f3bdda3a463
|
@ -1 +1 @@
|
||||
Subproject commit a34195edf977fe9e2372df6beb3f915eeb8aabe4
|
||||
Subproject commit ffe6b2bf3ba5829361349ff318cb721cb6f42266
|
Loading…
x
Reference in New Issue
Block a user