Skip to content

Commit

Permalink
Merge branch 'release/v0.5.0' of https://github.com/dojot/docs into a…
Browse files Browse the repository at this point in the history
…dd_example_context05
  • Loading branch information
mprevide committed Aug 27, 2020
2 parents d6fffb1 + 4d465e1 commit 733a36a
Show file tree
Hide file tree
Showing 4 changed files with 392 additions and 12 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ _*
.vscode

# Pipenv files
Pipfile*
.doctrees
16 changes: 16 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
sphinx = "*"
sphinx-autobuild = "*"
sphinx-rtd-theme = "*"
sphinx-intl = "*"
sphinxcontrib-plantuml = "*"

[requires]
python_version = "3.8"
340 changes: 340 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 733a36a

Please sign in to comment.