Skip to content

Commit

Permalink
fix doc conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed May 31, 2024
1 parent ded1730 commit c42e197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ def builder_inited_handler(app):
input = pandoc.read(source=None, file=infile, format="markdown")
pandoc.write(input, file=outfile, format="rst")

os.environ["SPHINX_APIDOC_OPTIONS"] = "members,undoc-members,show-inheritance,no-index"

result = subprocess.run(
[
"sphinx-apidoc",
Expand Down
5 changes: 0 additions & 5 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,3 @@ ignore_errors = True
# Ignore errors in the conftest.py file
[mypy-conftest]
ignore_errors = True

# Ignore errors in the pyquil/parser.py file
# TODO(notmgsk): Add types
[mypy-pyquil.parser]
ignore_errors = True

0 comments on commit c42e197

Please sign in to comment.