Skip to content

Commit

Permalink
Update sphinx (#44)
Browse files Browse the repository at this point in the history
* update doc and license

* add comments for execution

* update

* update

* update

* update

* update

* update unit test

* update unit test

* finish docs

* update

* update

* Use QPD SQL engine

* fix build

* fix build

* update

* fix build

* fix lint

* reformat

* lint

* update file structure

* fix build

* fix build

* update

* Prepare for open source

* update

* update

* update
  • Loading branch information
goodwanghan authored Sep 22, 2020
1 parent c447a6c commit facbbfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ["sphinx.ext.todo", "sphinx.ext.viewcode", "sphinx.ext.intersphinx",
"sphinx.ext.autodoc", 'sphinx.ext.autodoc.typehints', "sphinx_rtd_theme"]
"sphinx.ext.autodoc", "sphinx.ext.autodoc.typehints", "sphinx_rtd_theme"]

autodoc_typehints = 'description'

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pytest
pytest-cov
pytest-mock
pytest-spark
sphinx
sphinx>=2.4.0
sphinx-rtd-theme
sphinx-autodoc-typehints

Expand Down

0 comments on commit facbbfb

Please sign in to comment.