Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
122f8c46
Unverified
Commit
122f8c46
authored
Sep 04, 2018
by
Sébastien Eustace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update médocs to ^1.0
parent
5b00b3ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/mkdocs.yml
+1
-1
pyproject.toml
+1
-1
No files found.
docs/mkdocs.yml
View file @
122f8c46
...
@@ -7,7 +7,7 @@ theme:
...
@@ -7,7 +7,7 @@ theme:
extra
:
extra
:
version
:
2.0
version
:
2.0
pages
:
nav
:
-
Introduction
:
index.md
-
Introduction
:
index.md
-
Basic Usage
:
basic-usage.md
-
Basic Usage
:
basic-usage.md
-
Libraries
:
libraries.md
-
Libraries
:
libraries.md
...
...
pyproject.toml
View file @
122f8c46
...
@@ -47,7 +47,7 @@ virtualenv = { version = "^16.0", python = "~2.7" }
...
@@ -47,7 +47,7 @@ virtualenv = { version = "^16.0", python = "~2.7" }
[tool.poetry.dev-dependencies]
[tool.poetry.dev-dependencies]
pytest
=
"^3.4"
pytest
=
"^3.4"
pytest-cov
=
"^2.5"
pytest-cov
=
"^2.5"
mkdocs
=
"^
0.17.3
"
mkdocs
=
"^
1.0
"
pymdown-extensions
=
"^4.9"
pymdown-extensions
=
"^4.9"
pygments
=
"^2.2"
pygments
=
"^2.2"
pytest-mock
=
"^1.9"
pytest-mock
=
"^1.9"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment