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

Doc extensions: use StringList instead of ViewList #2141

Merged
merged 4 commits into from
Mar 25, 2024

Conversation

samtygier-stfc
Copy link
Collaborator

@samtygier-stfc samtygier-stfc commented Mar 14, 2024

Issue

Closes #2139

Description

Solved by switching from ViewList to StringList, as we were using it to hold strings.

We could also have done something like ViewList[str]

Testing & Acceptance Criteria

Build docs with
make build-docs

Check that the release notes for next, and the operations list pages build ok

Documentation

Release notes

@coveralls
Copy link

Coverage Status

coverage: 74.322%. remained the same
when pulling b5977f6 on 2139-use-string-list
into 3fd5227 on main.

@samtygier-stfc samtygier-stfc marked this pull request as ready for review March 14, 2024 17:42
@MikeSullivan7 MikeSullivan7 self-assigned this Mar 22, 2024
Copy link
Collaborator

@MikeSullivan7 MikeSullivan7 left a comment

Choose a reason for hiding this comment

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

Everything looks good, docs build like normal

@MikeSullivan7 MikeSullivan7 added this pull request to the merge queue Mar 25, 2024
Merged via the queue into main with commit 6a23dea Mar 25, 2024
8 checks passed
@MikeSullivan7 MikeSullivan7 deleted the 2139-use-string-list branch March 25, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mypy error with ViewList in sphinx extensions
3 participants