Skip to content
Snippets Groups Projects
Commit d1646122 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

more civilized way to install packages during doc build

parent 138befe8
No related branches found
No related tags found
No related merge requests found
...@@ -23,8 +23,6 @@ sys.path.insert(0, os.path.abspath('..')) ...@@ -23,8 +23,6 @@ sys.path.insert(0, os.path.abspath('..'))
source_parsers = { source_parsers = {
} }
os.system('pip install sphinx-autodoc-typehints')
# -- General configuration ---------------------------------- # -- General configuration ----------------------------------
# If your documentation needs a minimal Sphinx version, state it here. # If your documentation needs a minimal Sphinx version, state it here.
......
sphinx-autodoc-typehints
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment