Skip to content

Commit 60b5a5f

Browse files
committed
Add required site_url to fixtures
1 parent d9ab6b9 commit 60b5a5f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/fixtures/mkdocs_pretty_print_disabled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: Test RSS Plugin
22
site_description: Test RSS Plugin
3-
3+
site_url: https://guts.github.io/mkdocs-rss-plugin
44
use_directory_urls: true
55

66
plugins:

tests/fixtures/mkdocs_pretty_print_enabled.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
site_name: Test RSS Plugin
22
site_description: Test RSS Plugin
3+
site_url: https://guts.github.io/mkdocs-rss-plugin
34

45
use_directory_urls: true
56

0 commit comments

Comments
 (0)