Skip to content

Commit 28e35c6

Browse files
committed
Add readthedocs.yml
This PR adds settings for Read the Docs.
1 parent 86a09ab commit 28e35c6

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

mkdocs.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
site_name: "A RuboCop extension focused on enforcing Rails best practices and coding conventions."
2+
repo_url: https://github.com/rubocop-hq/rubocop-rails
3+
edit_uri: edit/master/manual/
4+
copyright: "Copyright © 2012-2019 Bozhidar Batsov and RuboCop contributors"
5+
docs_dir: manual
6+
pages:
7+
- Home: index.md
8+
- Installation: installation.md
9+
- Usage: usage.md
10+
- Cops: cops.md
11+
- Cops Documentation:
12+
- Rails Cops: cops_rails.md
13+
theme: readthedocs

readthedocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
build:
2+
image: stable
3+
4+
formats:
5+
- htmlzip

0 commit comments

Comments
 (0)