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

readthedoc: migrate to build.os + docstring fixes (#529) #535

Merged
merged 2 commits into from
Sep 19, 2023

Conversation

thiell
Copy link
Collaborator

@thiell thiell commented Sep 18, 2023

See: https://blog.readthedocs.com/use-build-os-config/

Also enable fail_on_warning.

Fixes:

Engine/Engine.py:docstring of ClusterShell.Engine.Engine.EngineBaseTimer.set_nextfire:3: WARNING: Inline interpreted text or phrase reference start-string without end-string.
MsgTree.py:docstring of ClusterShell.MsgTree.MsgTree.__init__:3: WARNING: Inline interpreted text or phrase reference start-string without end-string.
NodeSet.py:docstring of ClusterShell.NodeSet.NodeSetBase.__ior__:1: WARNING: Inline substitution_reference start-string without end-string.
NodeUtils.py:docstring of ClusterShell.NodeUtils.GroupSource.__init__:5: ERROR: Unknown target name: "groups".
Task.py:docstring of ClusterShell.Task.Task:45: WARNING: Block quote ends without a blank line; unexpected unindent.
Task.py:docstring of ClusterShell.Task.Task.shell:12: ERROR: Unexpected indentation.
Task.py:docstring of ClusterShell.Task.Task.timer:1: WARNING: Inline interpreted text or phrase reference start-string without end-string.
Task.py:docstring of ClusterShell.Task.Task.timer:7: WARNING: Inline interpreted text or phrase reference start-string without end-string.
Task.py:docstring of ClusterShell.Task.Task.timer:9: WARNING: Inline interpreted text or phrase reference start-string without end-string.
Task.py:docstring of ClusterShell.Task.Task.timer:16: WARNING: Inline interpreted text or phrase reference start-string without end-string.
Worker/Exec.py:docstring of ClusterShell.Worker.Exec.ExecClient.__init__:1: WARNING: Inline interpreted text or phrase reference start-string without end-string.
Worker/Worker.py:docstring of ClusterShell.Worker.Worker.StreamWorker:8: ERROR: Unexpected indentation.
Worker/Worker.py:docstring of ClusterShell.Worker.Worker.StreamWorker.read:8: WARNING: Definition list ends without a blank line; unexpected unindent.
Worker/Worker.py:docstring of ClusterShell.Worker.Worker.StreamWorker.set_reader:7: ERROR: Unexpected indentation.
Worker/Worker.py:docstring of ClusterShell.Worker.Worker.StreamWorker.set_reader:8: WARNING: Block quote ends without a blank line; unexpected unindent.
Worker/Worker.py:docstring of ClusterShell.Worker.Worker.StreamWorker.set_writer:7: ERROR: Unexpected indentation.
Worker/Worker.py:docstring of ClusterShell.Worker.Worker.StreamWorker.set_writer:8: WARNING: Block quote ends without a blank line; unexpected unindent.
Worker/Worker.py:docstring of ClusterShell.Worker.Worker.Worker.read:8: WARNING: Definition list ends without a blank line; unexpected unindent.
Worker/Pdsh.py:docstring of ClusterShell.Worker.Pdsh.PdshClient.__init__:1: WARNING: Inline interpreted text or phrase reference start-string without end-string.
Worker/Popen.py:docstring of ClusterShell.Worker.Popen.PopenClient.__init__:11: ERROR: Unexpected indentation.
Worker/Rsh.py:docstring of ClusterShell.Worker.Rsh.RshClient.__init__:1: WARNING: Inline interpreted text or phrase reference start-string without end-string.
@thiell thiell added the Doc label Sep 18, 2023
@thiell thiell added this to the 1.9.2 milestone Sep 18, 2023
@thiell thiell linked an issue Sep 18, 2023 that may be closed by this pull request
@thiell thiell added this pull request to the merge queue Sep 19, 2023
Merged via the queue into cea-hpc:master with commit 617831c Sep 19, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Read the Docs: use build.os
1 participant