Skip to content

Commit

Permalink
Second attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
edyounis committed Aug 31, 2024
1 parent 38e5236 commit d1b9c38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
'myst_parser',
'jupyter_sphinx',
'nbsphinx',
'sphinx_autodoc_typehints',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -75,8 +76,8 @@
# 'IntervalLike': 'bqskit.ir.IntervalLike',
# }
# napoleon_type_aliases = autodoc_type_aliases
autodoc_typehints = 'both'
autodoc_typehints_description_target = 'all'
autodoc_typehints = 'description'
autodoc_typehints_description_target = 'documented'
autoclass_content = 'class'
nbsphinx_output_prompt = 'Out[%s]:'

Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Sphinx>=4.5.0
sphinx-autodoc-typehints>=1.12.0
sphinx-rtd-theme>=1.0.0
sphinx-togglebutton>=0.2.3
sphinx-autodoc-typehints>=2.3.0
sphinxcontrib-applehelp>=1.0.2
sphinxcontrib-devhelp>=1.0.2
sphinxcontrib-htmlhelp>=2.0.0
Expand Down

0 comments on commit d1b9c38

Please sign in to comment.