Skip to content

Commit

Permalink
Minor change in a config file (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz authored Mar 30, 2021
1 parent 2c7093f commit 4cbc129
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .symfony.bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ maintained_branches: ["2.x"]
# The location of your RST doc files, defined as a relative directory
# If all the branches defined in the 'branches' option use the same
# directory, then you can define it as a string
doc_dir: "doc/"
# However, if this location changes in any version, you must define
# this option as a YAML mapping
doc_dir: { "1.x": "docs/", "2.x": "docs/" }
doc_dir: "docs/"

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

0 comments on commit 4cbc129

Please sign in to comment.