feat: init
This commit is contained in:
commit
d649185ef6
17 changed files with 1493 additions and 0 deletions
13
samples/default/Pipfile
Normal file
13
samples/default/Pipfile
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[[source]]
|
||||
url = 'https://pypi.python.org/simple'
|
||||
verify_ssl = true
|
||||
name = 'pypi'
|
||||
|
||||
[requires]
|
||||
python_version = '3'
|
||||
|
||||
[scripts]
|
||||
"sphinx-build" = "sphinx-build docs build --color -W -bx_confluence"
|
||||
|
||||
[packages]
|
||||
xconfluencebuilder = {editable = true, path = "./../.."}
|
||||
Loading…
Add table
Add a link
Reference in a new issue