-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Fix broken docs jobs and update-client script #2498
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
base: master
Are you sure you want to change the base?
Changes from all commits
3b6d9aa
d5ead18
8a8ec14
6449a9d
59885b6
a7008b0
c97e1a7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,4 +8,3 @@ $ pip install -r ../test-requirements.txt | |
| ``` | ||
|
|
||
| Use `make html` to build the docs in html format. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| sphinx | ||
| recommonmark | ||
| sphinx_markdown_tables |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,27 +1,10 @@ | ||
| .. kubernetes-python-client documentation master file, created by | ||
| sphinx-quickstart on Tue Jul 9 22:26:36 2013. | ||
| You can adapt this file completely to your liking, but it should at least | ||
| contain the root `toctree` directive. | ||
|
|
||
| Welcome to kubernetes-python-client's documentation! | ||
| ======================================================== | ||
|
|
||
| Contents: | ||
| kubernetes-python-client | ||
| ======================== | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 2 | ||
|
|
||
| README <README.md> | ||
| installation | ||
| usage | ||
| examples | ||
| modules | ||
| contributing <CONTRIBUTING.md> | ||
|
|
||
| Indices and tables | ||
| ================== | ||
|
|
||
| * :ref:`genindex` | ||
| * :ref:`modindex` | ||
| * :ref:`search` | ||
|
|
||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doc built failed with
And the documentation has been stale since v28: https://kubernetes.readthedocs.io/en/latest/README.html#documentation
I'm okay with dropping the documentation for now but we should aim for fixing the doc after we bump the code generator version, ideally before the next release cut.