Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: _distro_map.yml doesn't support directores that are just numbers #92

Closed
bexelbie opened this issue Jul 24, 2017 · 3 comments
Closed

Comments

@bexelbie
Copy link
Contributor

this fails:

ascii_binder:
  name: Fedora Documentation
  author: Fedora Documentation Project <[email protected]>
  site: main
  site_name: Home
  site_url: https://docs.fedoraproject.org/
  branches:
    f26-en-US:
      name: 26
      dir: 26

Low priority

@Fryguy
Copy link
Contributor

Fryguy commented Jul 26, 2017

If you put the directory as a yaml string, will it work? e.g.

ascii_binder:
  name: Fedora Documentation
  author: Fedora Documentation Project <[email protected]>
  site: main
  site_name: Home
  site_url: https://docs.fedoraproject.org/
  branches:
    f26-en-US:
      name: "26"
      dir: "26"

@bexelbie
Copy link
Contributor Author

@Fryguy

If you put the directory as a yaml string, will it work?

yes. I believe we should just document this so quick to type folks like myself don't hit it again :)

@bexelbie
Copy link
Contributor Author

opened: Number Only Entries in yaml files need to be quoted when they are directories #21 - redhataccess/ascii_binder-docs#21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants