Use Sphinx with pydata theme
Showing
- .gitignore 45 additions, 4 deletions.gitignore
- .gitlab-ci.yml 5 additions, 24 deletions.gitlab-ci.yml
- Gemfile 0 additions, 29 deletionsGemfile
- Gemfile.lock 0 additions, 86 deletionsGemfile.lock
- Makefile 20 additions, 0 deletionsMakefile
- README.md 0 additions, 6 deletionsREADME.md
- _config.yml 0 additions, 17 deletions_config.yml
- _includes/footer.html 0 additions, 44 deletions_includes/footer.html
- _includes/head.html 0 additions, 12 deletions_includes/head.html
- _includes/header.html 0 additions, 27 deletions_includes/header.html
- _includes/icon-github.html 0 additions, 1 deletion_includes/icon-github.html
- _includes/icon-github.svg 0 additions, 1 deletion_includes/icon-github.svg
- _includes/icon-twitter.html 0 additions, 1 deletion_includes/icon-twitter.html
- _includes/icon-twitter.svg 0 additions, 1 deletion_includes/icon-twitter.svg
- _layouts/default.html 0 additions, 20 deletions_layouts/default.html
- _layouts/page.html 0 additions, 14 deletions_layouts/page.html
- _layouts/post.html 0 additions, 15 deletions_layouts/post.html
- _posts/2022-06-29-hello-gsoc.md 0 additions, 9 deletions_posts/2022-06-29-hello-gsoc.md
- _posts/2022-07-01-greybus-for-zephyr.md 0 additions, 8 deletions_posts/2022-07-01-greybus-for-zephyr.md
- _posts/2022-07-03-Adding-features-to-simpPRU.md 0 additions, 7 deletions_posts/2022-07-03-Adding-features-to-simpPRU.md
Gemfile
deleted
100644 → 0
source "https://rubygems.org" | ||
# Hello! This is where you manage which Jekyll version is used to run. | ||
# When you want to use a different version, change it below, save the | ||
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: | ||
# | ||
# bundle exec jekyll serve | ||
# | ||
# This will help ensure the proper Jekyll version is running. | ||
# Happy Jekylling! | ||
gem "jekyll", "~> 4.1.0" | ||
# This is the default theme for new Jekyll sites. You may change this to anything you like. | ||
gem "minima", "~> 2.5" | ||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and | ||
# uncomment the line below. To upgrade, run `bundle update github-pages`. | ||
# gem "github-pages", group: :jekyll_plugins | ||
# If you have any plugins, put them here! | ||
group :jekyll_plugins do | ||
gem "jekyll-feed", "~> 0.12" | ||
end | ||
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem | ||
# and associated library. | ||
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do | ||
gem "tzinfo", "~> 1.2" | ||
gem "tzinfo-data" | ||
end | ||
# Performance-booster for watching directories on Windows | ||
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform? |
Gemfile.lock
deleted
100644 → 0
Makefile
0 → 100644
_config.yml
deleted
100644 → 0
_includes/footer.html
deleted
100644 → 0
_includes/head.html
deleted
100644 → 0
_includes/header.html
deleted
100644 → 0
_includes/icon-github.html
deleted
100644 → 0
_includes/icon-github.svg
deleted
100644 → 0
_includes/icon-twitter.html
deleted
100644 → 0
_includes/icon-twitter.svg
deleted
100644 → 0
_layouts/default.html
deleted
100644 → 0
_layouts/page.html
deleted
100644 → 0
_layouts/post.html
deleted
100644 → 0
_posts/2022-06-29-hello-gsoc.md
deleted
100644 → 0
Please register or sign in to comment