Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the includenodoc and customcarditem directives #270

Merged
merged 2 commits into from
May 12, 2023

Conversation

Eric-Arellano
Copy link
Contributor

According to grep, these weren't actually used.

CustomCalloutItemDirective is used though. It's used in a few other projects too, so I'm likely going to move this to qiskit_sphinx_theme in its 1.13 release so that you don't have to copy and paste the code. Tracked by Qiskit/qiskit_sphinx_theme#323.

Comment on lines -7 to -10
try:
FileNotFoundError
except NameError:
FileNotFoundError = IOError
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Python 2 compatibility code, I believe.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 4960787795

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 75.793%

Totals Coverage Status
Change from base Build 4959699005: 0.0%
Covered Lines: 645
Relevant Lines: 851

💛 - Coveralls

@woodsp-ibm woodsp-ibm added stable backport potential The bug might be minimal and/or import enough to be port to stable type: documentation Issues related to documentation automerge labels May 12, 2023
@mergify mergify bot merged commit 86af1b7 into qiskit-community:main May 12, 2023
mergify bot pushed a commit that referenced this pull request May 12, 2023
* Remove the `includenodoc` and `customcarditem` directives

* Fix fmt

(cherry picked from commit 86af1b7)
@Eric-Arellano Eric-Arellano deleted the rm-more-directives branch May 12, 2023 19:59
mergify bot added a commit that referenced this pull request May 12, 2023
* Remove the `includenodoc` and `customcarditem` directives

* Fix fmt

(cherry picked from commit 86af1b7)

Co-authored-by: Eric Arellano <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge stable backport potential The bug might be minimal and/or import enough to be port to stable type: documentation Issues related to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants