8000 move index and readme_include to root by mbichoffe · Pull Request #443 · twilio/twilio-python · GitHub
[go: up one dir, main page]

Skip to content

move index and readme_include to root #443

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

Merged
merged 1 commit into from
Aug 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
source_suffix = '.rst'

# The master toctree document.
master_doc = 'docs/source/index'
master_doc = 'index'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
1 change: 0 additions & 1 deletion docs/source/readme_include.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/index.rst → index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ method, this part of the documentation is for you.
:maxdepth: 1
:glob:

_rst/modules.rst
docs/source/_rst/modules.rst


Indices and tables
Expand Down
1 change: 1 addition & 0 deletions readme_include.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ./README.rst
0