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

Initial local Sphinx documentation setup #108

Merged
merged 9 commits into from
Jul 1, 2022

Conversation

matiasdahl
Copy link
Member

@matiasdahl matiasdahl commented Jun 30, 2022

Setup created with below commands:

pip3 install -U sphinx==5.0.2

rm -rf sphinx-docs   # optional
mkdir sphinx-docs
cd sphinx-docs

sphinx-quickstart --sep --project=pynb-dag-runner --author="Matias Dahl" --release="" --language=en

rm make.bat

touch .gitkeep
touch build/.gitkeep
touch source/_static/.gitkeep
touch source/_templates/.gitkeep

@matiasdahl matiasdahl merged commit 88d3a4d into development Jul 1, 2022
@matiasdahl matiasdahl deleted the sphinx-inital-setup branch July 1, 2022 10:22
matiasdahl added a commit that referenced this pull request Jul 3, 2022
matiasdahl added a commit that referenced this pull request Jul 3, 2022
@matiasdahl matiasdahl linked an issue Jul 18, 2022 that may be closed by this pull request
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.

None yet

1 participant