AnswerDotAI / AnswerDotAI/nbdev
Make `nbdev_new` create settings with `git_url` using `GH_HOST`
Open
enhancement
- Dominant language
- Jupyter Notebook
- Stars
- 5.3k
- Forks
- 513
- Avg merge
- 2d 30m
- Merged PRs (30d)
- 8
Description
I am using GH_HOST env variable with my GitHub Enterprise hostname, then expecting the settings.ini reflect that in docs section but still seeing `git_url = https://github.com/%(user)s/%(repo)s`
I can manually change that but not sure what could be side effect of git_url settings.
```bash
### Docs ###
branch = master
custom_sidebar = False
doc_host = https://%(user)s.github.io
doc_baseurl = /%(repo)s
git_url = https://github.com/%(user)s/%(repo)s
title = %(lib_name)s
```
cc @seeM
Contributor guide
Assessment
This issue has not been assessed yet.