Skip to content

Commit

Permalink
DOC: configured auto-generation of API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jotelha committed Apr 16, 2024
1 parent 79546b6 commit 15f98f4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
6 changes: 2 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
dserver
=======
dtool-lookup-server, or short "dserver"
=======================================

.. image:: icons/22x22/dtool_logo.png
:height: 20px
:target: https://github.com/livMatS/dtool-lookup-server
:alt: dtool icon

.. image:: https://badge.fury.io/py/dtool-lookup-server.svg
:target: http://badge.fury.io/py/dtool-lookup-server
:alt: PyPi package

.. image:: https://img.shields.io/github/actions/workflow/status/livMatS/dtool-lookup-server/test.yml?branch=main
:target: https://github.com/livMatS/dtool-lookup-gui/actions/workflows/test.yml
:alt: GitHub Workflow Status
Expand Down
13 changes: 11 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,23 @@
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']



# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static']

# -- Extension configuration -------------------------------------------------

autodoc_default_options = {
'members': True,
'member-order': 'bysource',
'undoc-members': True,
'show-inheritance': True,
'inherited-members': True,
'special-members': '__init__',
}

# spell check with sphinxcontrib.spelling
spelling_lang = 'en_US'
spelling_show_suggestions = True
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
dserver, the dtool lookup server
================================
dtool-lookup-server, short "dserver"
====================================

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit 15f98f4

Please sign in to comment.