Skip to content

Commit 4407437

Browse files
committed
Minor fix
1 parent b08d22e commit 4407437

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

doc/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx
2+
sphinx_rtd_theme

doc/source/conf.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919

2020
# -- Project information -----------------------------------------------------
2121

22-
project = 'pyzed'
23-
copyright = '2018, Arnaud Bastie'
24-
author = 'Arnaud Bastie'
22+
project = 'ZED Python API'
23+
copyright = '2018, Stereolabs'
24+
author = 'Stereolabs'
2525

2626
# The short X.Y version
27-
version = ''
27+
version = '2.7'
2828
# The full version, including alpha/beta/rc tags
29-
release = '2.7'
29+
release = version
3030

3131

3232
# -- General configuration ---------------------------------------------------
@@ -91,7 +91,7 @@
9191
# Add any paths that contain custom static files (such as style sheets) here,
9292
# relative to this directory. They are copied after the builtin static files,
9393
# so a file named "default.css" will overwrite the builtin "default.css".
94-
html_static_path = ['pyzedstatic']
94+
# html_static_path = ['pyzedstatic']
9595

9696
# Custom sidebar templates, must be a dictionary that maps document names
9797
# to template names.
@@ -135,7 +135,7 @@
135135
# author, documentclass [howto, manual, or own class]).
136136
latex_documents = [
137137
(master_doc, 'pyzed.tex', 'pyzed Documentation',
138-
'Arnaud Bastie', 'manual'),
138+
author, 'manual'),
139139
]
140140

141141

0 commit comments

Comments
 (0)