mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 04:21:07 +00:00
commit
2c0e126c43
|
@ -3,16 +3,13 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
|
|
||||||
install:
|
|
||||||
- pip install -r requirements.txt
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cp README.md docs/index.md
|
- cp README.md docs/index.md
|
||||||
- mkdocs build
|
- mkdocs build
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: pages
|
provider: pages
|
||||||
local-dir: "site"
|
local-dir: site
|
||||||
skip-cleanup: true
|
skip-cleanup: true
|
||||||
keep-history: true
|
keep-history: true
|
||||||
github-token: $GITHUB_TOKEN
|
github-token: $GITHUB_TOKEN
|
||||||
|
|
|
@ -1,37 +1,9 @@
|
||||||
.bs-sidebar.well {
|
@media (min-width: 960px) {
|
||||||
/* margin-bottom: 0; */
|
html {
|
||||||
}
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
.bs-sidebar .nav > li > a:hover,
|
|
||||||
.bs-sidebar .nav > li > a:focus {
|
.md-content__inner > ul:nth-child(5) {
|
||||||
border: none;
|
display: none;
|
||||||
border-left: 2px solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bs-sidebar .nav > .active > a,
|
|
||||||
.bs-sidebar .nav > .active:hover > a,
|
|
||||||
.bs-sidebar .nav > .active:focus > a {
|
|
||||||
border: none;
|
|
||||||
border-left: 2px solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 992px) {
|
|
||||||
.bs-sidebar.affix {
|
|
||||||
/* top: 60px; */
|
|
||||||
/* bottom: 0px; */
|
|
||||||
top: 80px;
|
|
||||||
bottom: 23px;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 1200px) {
|
|
||||||
.bs-sidebar.affix-bottom,
|
|
||||||
.bs-sidebar.affix {
|
|
||||||
width: 280px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container > .col-md-9 {
|
|
||||||
padding-left: 40px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user