Commit e20f2eec authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

update readthedocs conf

parent fc360344
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -8,7 +8,5 @@ build:
    post_create_environment:
      - pip install altair sphinx-rtd-theme==3.0.0rc3 tomli sphinxcontrib-napoleon
      - pip install .
    pre_build:
     - SPHINX_APIDOC_OPTIONS=members,show-inheritance sphinx-apidoc -o docs/source src
sphinx:
  configuration: docs/conf.py
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ with open("../pyproject.toml", "rb") as toml_file:
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

sys.path.insert(0, os.path.abspath("../src"))
sys.path.insert(0, os.path.abspath("../src/nova/mvvm"))

exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "__main__.py", "_internal"]
extensions = ["sphinx.ext.autodoc", "sphinx.ext.napoleon", "sphinx_rtd_theme"]
+1 −1
Original line number Diff line number Diff line
[tool.poetry]
name = "nova-mvvm"
version = "0.10.2"
version = "0.10.3"
description = "A Python Package for Model-View-ViewModel pattern"
authors = ["Yakubov, Sergey <yakubovs@ornl.gov>"]
readme = "README.md"