Skip to content

Commit 1749ee1

Browse files
author
Chris Park
committed
Removed blank at end of conf.py
1 parent 0d88edc commit 1749ee1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Files in the source directory are generally static and should not need to be upd
99
This will overwrite the *.rst files, which may then require some editing to provide the desired look. Edits to date:
1010
1. index.rst: Changed the `Welcome ...` title to `Python Binding`
1111
1. index.rst: Added minor summary, "This is the API documentation for the Rosette API Python Binding. For examples and usage, please refer to our `API Guide <http://developer.rosette.com/api-guide>`_."
12+
1. conf.py: removed blank line at end of file
13+
1. conf.py: added rosette logo
14+
1. conf.py: blank project (let logo handle it)
15+
1. conf.py: added version (auto updated by publish)
16+
1. conf.py: added author
17+
1. conf.py: enabled `sys.path.insert(0, os.path.abspath('../..'))`
1218

1319
To change the logo, edit conf.py, `html_logo`
1420

docs/source/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,3 @@
167167
author, 'PythonBinding', 'One line description of project.',
168168
'Miscellaneous'),
169169
]
170-
171-
172-

0 commit comments

Comments
 (0)