File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 66# -- Project information -----------------------------------------------------
77# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88
9- project = 'ObjectBox Python Bindings'
9+ project = 'ObjectBox Python API'
1010copyright = '2024, ObjectBox Ltd.'
1111author = 'ObjectBox Ltd.'
1212release = '4.0.0'
@@ -74,4 +74,5 @@ def setup(sphinx):
7474
7575html_theme = 'sphinx_rtd_theme'
7676
77- # html_static_path = ['_static']
77+ html_static_path = ['_static' ]
78+ html_logo = '_static/logo-white-500px.png'
Original file line number Diff line number Diff line change 1- ObjectBox Python Bindings
2- =========================
1+ ObjectBox Python API
2+ ====================
33
44.. toctree ::
55 :maxdepth: 1
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- """ObjectBox Python Bindings Public API"""
15+ """ObjectBox Python API"""
1616
1717from objectbox .store import Store
1818from objectbox .box import Box
You can’t perform that action at this time.
0 commit comments