Skip to content

Commit 367450f

Browse files
committed
jtd to rtd
1 parent 88dc303 commit 367450f

File tree

2 files changed

+16
-29
lines changed

2 files changed

+16
-29
lines changed

docs/Gemfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ source 'https://rubygems.org'
33
gem "jekyll", "~> 4.4.1" # installed by `gem jekyll`
44
gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
55

6-
gem "just-the-docs", "0.10.1" # pinned to the current release
6+
# gem "just-the-docs", "0.10.1" # pinned to the current release
77
# gem "just-the-docs" # always download the latest release
88

9-
group :jekyll_plugins do
10-
gem "jekyll-feed"
11-
gem "jekyll-seo-tag"
12-
end
9+
gem "jekyll-theme-rtd"

docs/_config.yaml

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,23 @@
11
title: Poulpe EtherCAT
22
description: A quick guide to the Poulpe Ethercat controller
3-
theme: just-the-docs
3+
#theme: just-the-docs
4+
theme: jekyll-theme-rtd
45

56
# GitHub Pages base URL
67
baseurl: "/poulpe_ethercat_controller" # Change this to match your GitHub repository name
78
url: "https://pollen-robotics.github.io"
89

9-
# Build settings
10-
permalink: pretty
11-
markdown: kramdown
12-
highlighter: rouge
13-
14-
# Enable search
15-
search_enabled: true
16-
17-
# Exclude files from Jekyll build
18-
exclude:
19-
- Gemfile
20-
- Gemfile.lock
21-
- node_modules
22-
- vendor/bundle
23-
- vendor/cache
24-
- vendor/gems
25-
- vendor/ruby
26-
27-
# Plugins
28-
plugins:
29-
- jekyll-feed
30-
- jekyll-seo-tag
31-
10+
# Specific to this theme
11+
site_author: Carlos Pereira Atencio
12+
repo_url: 'https://github.com/pollen-robotics/poulpe_ethercat_controller'
13+
edit_on_github: true
14+
github_docs_folder: true
15+
# logo: 'https://your.url/image.png'
16+
# site_favicon: 'https://your.url/here.ico'
17+
sticky_navigation: true
18+
prev_next_buttons_location: None
19+
prev_next_buttons_location: top
20+
prev_next_buttons_location: bottom
21+
prev_next_buttons_location: both
3222
aux_links:
3323
Github Repository: https://github.com/pollen-robotics/poulpe_ethercat_controller

0 commit comments

Comments
 (0)