AnswerDotAI / AnswerDotAI/nbdev

Make `nbdev_new` create settings with `git_url` using `GH_HOST`

Open
#1,064 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.