Nathan Farrar

Results 25 comments of Nathan Farrar

Yup - here's an example: relevant statements from config.py: ``` project = u"My Project Name" html_title = 'My HTML Title' html_short_title = 'Project' # html_logo = 'logo.png' html_theme_options = {...

Gotcha thanks. I haven't taken the time yet to figure out how to build my docs using the sphinx source (vs. the pip installation). Any chance there are some instructions...

Thanks! TL;DR: 1. I'm not sure how to get docker-vboxwebsrv to connect to the ssh service running on the local system with a DHCP assigned host IP (docker question). 2....

Hah! I finally got it. My biggest problem was getting vboxwebsrv running - there have been _lots_ of changes to how it runs in the last couple versions of virtualbox....

I think this is directly related to one of my questions from https://github.com/clue/docker-phpvirtualbox/issues/5 (starting without user intervention). I did a little googling and found [this](http://softwarecriollo.com/thoughts/sinatra-docker-private-github-repo): ``` RUN mkdir -p /root/.ssh...

Sorry, just getting started with bpkg - working on migrating some of my scripts over. To install bpkg, I used the command: ``` PREFIX=$HOME/.local ./setup.sh ``` Which installed the bins...

That would be helpful. :) I just did a little testing and noticed that the `pre-upgrade` hooks don't run against an existing repository when fetching & merging changes from a...