Skip to content

Commit

Permalink
fiw api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichel committed Jul 5, 2024
1 parent 564174d commit 6838a30
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static']
html_static_path = []
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
project = 'mivot-validator'
copyright = '2023, Laurent MICHEL'
author = 'Laurent MICHEL'
release = '0.0.1'

import sys, os
sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('../'))

from mivot_validator.version import __version__
release = __version__

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down Expand Up @@ -42,4 +42,4 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static']
html_static_path = []
8 changes: 0 additions & 8 deletions docs/source/mivot_validator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ mivot\_validator.dmtypes\_and\_role\_checker module
:undoc-members:
:show-inheritance:

mivot\_validator.logger\_setup module
-------------------------------------

.. automodule:: mivot_validator.logger_setup
:members:
:undoc-members:
:show-inheritance:

mivot\_validator.xml\_validator module
--------------------------------------

Expand Down

0 comments on commit 6838a30

Please sign in to comment.