Skip to content

Commit

Permalink
Sphinx autodoc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfjlaros committed Mar 4, 2021
1 parent dcc2a25 commit da588be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from subprocess import call

call('pip install six ..', shell=True)
call('pip install six sphinx_autodoc_typehints ..', shell=True)

from simple_rpc import _get_metadata

Expand Down

0 comments on commit da588be

Please sign in to comment.