Skip to content

Commit 4cbc129

Browse files
Minor change in a config file (#227)
1 parent 2c7093f commit 4cbc129

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.symfony.bundle.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ maintained_branches: ["2.x"]
1919
# The location of your RST doc files, defined as a relative directory
2020
# If all the branches defined in the 'branches' option use the same
2121
# directory, then you can define it as a string
22-
doc_dir: "doc/"
23-
# However, if this location changes in any version, you must define
24-
# this option as a YAML mapping
25-
doc_dir: { "1.x": "docs/", "2.x": "docs/" }
22+
doc_dir: "docs/"
2623

2724
# OPTIONAL
2825
# This is the branch used to read the docs by default (and it's mapped as

0 commit comments

Comments
 (0)