diff --git a/docs/source/conf.py.in b/docs/source/conf.py.in index e25f7a782..87ca0e9fc 100644 --- a/docs/source/conf.py.in +++ b/docs/source/conf.py.in @@ -129,7 +129,7 @@ html_favicon = '' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +html_static_path = [] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. diff --git a/docs/source/libgearman/gearman_log_fn.rst b/docs/source/libgearman/gearman_log_fn.rst index 0189c1f7e..2a18c7e32 100644 --- a/docs/source/libgearman/gearman_log_fn.rst +++ b/docs/source/libgearman/gearman_log_fn.rst @@ -15,7 +15,7 @@ SYNOPSIS DESCRIPTION ----------- -:c:type:gearman_log_fn is defined as:: +:c:type:`gearman_log_fn` is defined as:: void (gearman_log_fn)(const char *line, gearman_verbose_t verbose, void *context)